Niansuh commited on
Commit
ced68cd
·
verified ·
1 Parent(s): 1c0c5b3

Create static/style.css

Browse files
Files changed (1) hide show
  1. static/style.css +11 -0
static/style.css ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ body {
2
+ font-family: Arial, sans-serif;
3
+ margin: 20px;
4
+ }
5
+ form {
6
+ margin-bottom: 20px;
7
+ }
8
+ input, button {
9
+ padding: 8px;
10
+ margin: 5px;
11
+ }