Update style.css
Browse files
style.css
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
body {
|
2 |
padding: 2rem;
|
3 |
-
font-family: -apple-system, BlinkMacSystemFont, "
|
4 |
}
|
5 |
|
6 |
h1 {
|
@@ -21,6 +21,7 @@ p {
|
|
21 |
padding: 16px;
|
22 |
border: 1px solid lightgray;
|
23 |
border-radius: 16px;
|
|
|
24 |
}
|
25 |
|
26 |
.card p:last-child {
|
|
|
1 |
body {
|
2 |
padding: 2rem;
|
3 |
+
font-family: -apple-system, BlinkMacSystemFont, "Roboto", sans-serif;
|
4 |
}
|
5 |
|
6 |
h1 {
|
|
|
21 |
padding: 16px;
|
22 |
border: 1px solid lightgray;
|
23 |
border-radius: 16px;
|
24 |
+
text-align: center;
|
25 |
}
|
26 |
|
27 |
.card p:last-child {
|