GarGerry commited on
Commit
7a4fadb
·
verified ·
1 Parent(s): 503db96

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +9 -4
style.css CHANGED
@@ -24,14 +24,19 @@ body {
24
  max-width: 600px;
25
  text-align: center;
26
  position: relative;
27
- margin: 0 20px;
 
 
 
 
 
 
 
28
  }
29
 
30
  h1 {
31
  font-size: 2rem;
32
- margin-bottom: 20px;
33
- color: #2D3A3A;
34
- font-weight: 600;
35
  }
36
 
37
  input, select {
 
24
  max-width: 600px;
25
  text-align: center;
26
  position: relative;
27
+ }
28
+
29
+ header {
30
+ background-color: #2D3A3A;
31
+ color: #fff;
32
+ padding: 10px 0;
33
+ border-radius: 8px;
34
+ margin-bottom: 20px;
35
  }
36
 
37
  h1 {
38
  font-size: 2rem;
39
+ color: #fff;
 
 
40
  }
41
 
42
  input, select {