Spaces:
Running
Running
Commit
·
3316f22
1
Parent(s):
017b16a
Update index.html
Browse files- index.html +15 -6
index.html
CHANGED
@@ -69,7 +69,7 @@
|
|
69 |
.description {
|
70 |
font-size: 14px;
|
71 |
}
|
72 |
-
|
73 |
width: 80%;
|
74 |
max-width: 400px;
|
75 |
margin: 0 auto;
|
@@ -190,11 +190,20 @@
|
|
190 |
height: 700px;
|
191 |
background-size: 1920px 1080px; /* Set the specific dimensions */
|
192 |
}
|
193 |
-
|
194 |
-
|
195 |
-
|
196 |
-
|
197 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
198 |
}
|
199 |
|
200 |
main {
|
|
|
69 |
.description {
|
70 |
font-size: 14px;
|
71 |
}
|
72 |
+
audio {
|
73 |
width: 80%;
|
74 |
max-width: 400px;
|
75 |
margin: 0 auto;
|
|
|
190 |
height: 700px;
|
191 |
background-size: 1920px 1080px; /* Set the specific dimensions */
|
192 |
}
|
193 |
+
audio {
|
194 |
+
width: 300px;
|
195 |
+
height: 40px;
|
196 |
+
background-color: #f2f2f2;
|
197 |
+
color: #333;
|
198 |
+
border: 1px solid #ccc;
|
199 |
+
border-radius: 4px;
|
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 {
|