Spaces:
Paused
Paused
Create static/style.css
Browse files- static/style.css +9 -0
static/style.css
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
body {
|
2 |
+
font-family: Arial, sans-serif;
|
3 |
+
text-align: center;
|
4 |
+
margin-top: 50px;
|
5 |
+
background-color: #f0f0f0;
|
6 |
+
}
|
7 |
+
h1 {
|
8 |
+
color: #333;
|
9 |
+
}
|