Create static/css/style.css
Browse files- static/css/style.css +8 -0
static/css/style.css
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
body {
|
2 |
+
font-family: Arial, sans-serif;
|
3 |
+
}
|
4 |
+
|
5 |
+
header, footer {
|
6 |
+
background: #f4f4f4;
|
7 |
+
padding: 10px;
|
8 |
+
}
|