Spaces:
Runtime error
Runtime error
body { background-color: #f1f5f9; } h1 { text-align: center; color: #2d6cdf; font-weight: 900; }
Browse files- custom . css +9 -0
custom . css
CHANGED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
body {
|
| 2 |
+
background-color: #f1f5f9;
|
| 3 |
+
}
|
| 4 |
+
|
| 5 |
+
h1 {
|
| 6 |
+
text-align: center;
|
| 7 |
+
color: #2d6cdf;
|
| 8 |
+
font-weight: 900;
|
| 9 |
+
}
|