Spaces:
Running
Running
Update style.css
Browse files
style.css
CHANGED
@@ -24,14 +24,19 @@ body {
|
|
24 |
max-width: 600px;
|
25 |
text-align: center;
|
26 |
position: relative;
|
27 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
28 |
}
|
29 |
|
30 |
h1 {
|
31 |
font-size: 2rem;
|
32 |
-
|
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 {
|