Update style.css
Browse files
style.css
CHANGED
@@ -1,22 +1,9 @@
|
|
1 |
.header {
|
2 |
text-align: center;
|
3 |
-
padding:
|
4 |
-
background:
|
5 |
-
border-radius:
|
6 |
margin-bottom: 20px;
|
7 |
}
|
8 |
-
|
9 |
-
|
10 |
-
font-size: 2rem;
|
11 |
-
color: #cc0000;
|
12 |
-
}
|
13 |
-
|
14 |
-
p {
|
15 |
-
font-size: 1.1rem;
|
16 |
-
color: #333;
|
17 |
-
}
|
18 |
-
|
19 |
-
button {
|
20 |
-
font-weight: bold;
|
21 |
-
font-size: 1.1rem;
|
22 |
-
}
|
|
|
1 |
.header {
|
2 |
text-align: center;
|
3 |
+
padding: 20px;
|
4 |
+
background: #f9f9f9;
|
5 |
+
border-radius: 10px;
|
6 |
margin-bottom: 20px;
|
7 |
}
|
8 |
+
.header h1 { color: #cc0000; }
|
9 |
+
.header p { color: #333; font-style: italic; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|