Spaces:
Running
Running
Update styles.css
Browse files- styles.css +9 -4
styles.css
CHANGED
@@ -26,6 +26,13 @@ h1 {
|
|
26 |
text-align: center;
|
27 |
}
|
28 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
29 |
a:link {
|
30 |
font-size: 16px;
|
31 |
color: #FFFFFF;
|
@@ -95,9 +102,7 @@ main {
|
|
95 |
}
|
96 |
|
97 |
section {
|
98 |
-
padding:
|
99 |
-
border-radius: 8px;
|
100 |
-
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
|
101 |
background-color: #111827;
|
102 |
position: relative;
|
103 |
overflow: hidden;
|
@@ -189,7 +194,7 @@ section::after {
|
|
189 |
.notes h2 {
|
190 |
font-size: 28px;
|
191 |
font-weight: bold;
|
192 |
-
margin-bottom:
|
193 |
}
|
194 |
|
195 |
.notes p {
|
|
|
26 |
text-align: center;
|
27 |
}
|
28 |
|
29 |
+
h2 {
|
30 |
+
font-size: 24px;
|
31 |
+
font-weight: bold;
|
32 |
+
margin-bottom: 10px;
|
33 |
+
text-align: left;
|
34 |
+
}
|
35 |
+
|
36 |
a:link {
|
37 |
font-size: 16px;
|
38 |
color: #FFFFFF;
|
|
|
102 |
}
|
103 |
|
104 |
section {
|
105 |
+
padding: 20px;
|
|
|
|
|
106 |
background-color: #111827;
|
107 |
position: relative;
|
108 |
overflow: hidden;
|
|
|
194 |
.notes h2 {
|
195 |
font-size: 28px;
|
196 |
font-weight: bold;
|
197 |
+
margin-bottom: 10px;
|
198 |
}
|
199 |
|
200 |
.notes p {
|