nagasurendra commited on
Commit
c256429
·
verified ·
1 Parent(s): 16b0580

Create static/css/style.css

Browse files
Files changed (1) hide show
  1. 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
+ }