heboya8 commited on
Commit
fc85e20
·
verified ·
1 Parent(s): 8320099

Create static/style.css

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