Spaces:
Running
Running
Update styles.css
Browse files- styles.css +4 -4
styles.css
CHANGED
@@ -36,7 +36,7 @@ section {
|
|
36 |
padding: 32px;
|
37 |
border-radius: 8px;
|
38 |
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
|
39 |
-
background-color:
|
40 |
position: relative;
|
41 |
overflow: hidden;
|
42 |
}
|
@@ -107,7 +107,7 @@ section::after {
|
|
107 |
.testimonials blockquote {
|
108 |
padding: 24px;
|
109 |
border-radius: 8px;
|
110 |
-
background-color: #
|
111 |
position: relative;
|
112 |
overflow: hidden;
|
113 |
}
|
@@ -165,7 +165,7 @@ section::after {
|
|
165 |
}
|
166 |
|
167 |
.contact textarea {
|
168 |
-
resize: vertical;
|
169 |
}
|
170 |
|
171 |
.contact button {
|
@@ -237,7 +237,7 @@ section::after {
|
|
237 |
}
|
238 |
|
239 |
.tabs label:hover {
|
240 |
-
background-color: #
|
241 |
}
|
242 |
|
243 |
.tab-content {
|
|
|
36 |
padding: 32px;
|
37 |
border-radius: 8px;
|
38 |
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
|
39 |
+
background-color: #111827;
|
40 |
position: relative;
|
41 |
overflow: hidden;
|
42 |
}
|
|
|
107 |
.testimonials blockquote {
|
108 |
padding: 24px;
|
109 |
border-radius: 8px;
|
110 |
+
background-color: #222222;
|
111 |
position: relative;
|
112 |
overflow: hidden;
|
113 |
}
|
|
|
165 |
}
|
166 |
|
167 |
.contact textarea {
|
168 |
+
resize: vertical: vertical;
|
169 |
}
|
170 |
|
171 |
.contact button {
|
|
|
237 |
}
|
238 |
|
239 |
.tabs label:hover {
|
240 |
+
background-color: #222222;
|
241 |
}
|
242 |
|
243 |
.tab-content {
|