Spaces:
Running
Running
Commit
·
b84d4a4
1
Parent(s):
3316f22
Update index.html
Browse files- index.html +8 -15
index.html
CHANGED
@@ -189,21 +189,14 @@
|
|
189 |
.slide1, .slide2, .slide3 {
|
190 |
height: 700px;
|
191 |
background-size: 1920px 1080px; /* Set the specific dimensions */
|
192 |
-
}
|
193 |
-
audio
|
194 |
-
|
195 |
-
|
196 |
-
|
197 |
-
|
198 |
-
|
199 |
-
|
200 |
-
padding: 10px;
|
201 |
-
margin-bottom: 10px;
|
202 |
-
box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
|
203 |
-
font-family: Arial, sans-serif;
|
204 |
-
font-size: 14px;
|
205 |
-
text-align: center;
|
206 |
-
}
|
207 |
}
|
208 |
|
209 |
main {
|
|
|
189 |
.slide1, .slide2, .slide3 {
|
190 |
height: 700px;
|
191 |
background-size: 1920px 1080px; /* Set the specific dimensions */
|
192 |
+
}
|
193 |
+
audio{
|
194 |
+
width: 100%;
|
195 |
+
margin: 0 auto;
|
196 |
+
background-color: #ffffff;
|
197 |
+
border-radius: 10px;
|
198 |
+
height: 30px;
|
199 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
200 |
}
|
201 |
|
202 |
main {
|