Update style.css
Browse files
style.css
CHANGED
|
@@ -1,6 +1,9 @@
|
|
| 1 |
body {
|
| 2 |
padding: 2rem;
|
| 3 |
font-family: -apple-system, BlinkMacSystemFont, "Arial", sans-serif;
|
|
|
|
|
|
|
|
|
|
| 4 |
}
|
| 5 |
|
| 6 |
h1 {
|
|
@@ -26,3 +29,67 @@ p {
|
|
| 26 |
.card p:last-child {
|
| 27 |
margin-bottom: 0;
|
| 28 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
body {
|
| 2 |
padding: 2rem;
|
| 3 |
font-family: -apple-system, BlinkMacSystemFont, "Arial", sans-serif;
|
| 4 |
+
|
| 5 |
+
|
| 6 |
+
|
| 7 |
}
|
| 8 |
|
| 9 |
h1 {
|
|
|
|
| 29 |
.card p:last-child {
|
| 30 |
margin-bottom: 0;
|
| 31 |
}
|
| 32 |
+
body {
|
| 33 |
+
padding: 2rem;
|
| 34 |
+
font-family: -apple-system, BlinkMacSystemFont, "Arial", sans-serif;
|
| 35 |
+
background-image: url('NO-ADMIN.jpg');
|
| 36 |
+
background-size: cover;
|
| 37 |
+
background-repeat: no-repeat;
|
| 38 |
+
background-position: center;
|
| 39 |
+
}
|
| 40 |
+
|
| 41 |
+
h1 {
|
| 42 |
+
font-size: 16px;
|
| 43 |
+
margin-top: 0;
|
| 44 |
+
}
|
| 45 |
+
|
| 46 |
+
p {
|
| 47 |
+
color: rgb(107, 114, 128);
|
| 48 |
+
font-size: 15px;
|
| 49 |
+
margin-bottom: 10px;
|
| 50 |
+
margin-top: 5px;
|
| 51 |
+
}
|
| 52 |
+
|
| 53 |
+
.card {
|
| 54 |
+
max-width: 620px;
|
| 55 |
+
margin: 0 auto;
|
| 56 |
+
padding: 16px;
|
| 57 |
+
border: 1px solid lightgray;
|
| 58 |
+
border-radius: 16px;
|
| 59 |
+
}
|
| 60 |
+
|
| 61 |
+
.card p:last-child {
|
| 62 |
+
margin-bottom: 0;
|
| 63 |
+
}
|
| 64 |
+
body {
|
| 65 |
+
padding: 2rem;
|
| 66 |
+
font-family: -apple-system, BlinkMacSystemFont, "Arial", sans-serif;
|
| 67 |
+
background-image: url('NO-ADMIN.jpg');
|
| 68 |
+
background-size: cover;
|
| 69 |
+
background-repeat: no-repeat;
|
| 70 |
+
background-position: center;
|
| 71 |
+
}
|
| 72 |
+
|
| 73 |
+
h1 {
|
| 74 |
+
font-size: 16px;
|
| 75 |
+
margin-top: 0;
|
| 76 |
+
}
|
| 77 |
+
|
| 78 |
+
p {
|
| 79 |
+
color: rgb(107, 114, 128);
|
| 80 |
+
font-size: 15px;
|
| 81 |
+
margin-bottom: 10px;
|
| 82 |
+
margin-top: 5px;
|
| 83 |
+
}
|
| 84 |
+
|
| 85 |
+
.card {
|
| 86 |
+
max-width: 620px;
|
| 87 |
+
margin: 0 auto;
|
| 88 |
+
padding: 16px;
|
| 89 |
+
border: 1px solid lightgray;
|
| 90 |
+
border-radius: 16px;
|
| 91 |
+
}
|
| 92 |
+
|
| 93 |
+
.card p:last-child {
|
| 94 |
+
margin-bottom: 0;
|
| 95 |
+
}
|