Spaces:
Running
Running
Commit
·
3bec7b0
1
Parent(s):
b84d4a4
Update index.html
Browse files- index.html +7 -1
index.html
CHANGED
@@ -51,6 +51,9 @@
|
|
51 |
}
|
52 |
.audio {
|
53 |
width: 100%;
|
|
|
|
|
|
|
54 |
}
|
55 |
.title {
|
56 |
font-size: 24px;
|
@@ -69,10 +72,13 @@
|
|
69 |
.description {
|
70 |
font-size: 14px;
|
71 |
}
|
72 |
-
audio {
|
73 |
width: 80%;
|
74 |
max-width: 400px;
|
75 |
margin: 0 auto;
|
|
|
|
|
|
|
76 |
}
|
77 |
}
|
78 |
.container1 {
|
|
|
51 |
}
|
52 |
.audio {
|
53 |
width: 100%;
|
54 |
+
background-color: #ffffff;
|
55 |
+
border-radius: 10px;
|
56 |
+
height: 30px;
|
57 |
}
|
58 |
.title {
|
59 |
font-size: 24px;
|
|
|
72 |
.description {
|
73 |
font-size: 14px;
|
74 |
}
|
75 |
+
.audio {
|
76 |
width: 80%;
|
77 |
max-width: 400px;
|
78 |
margin: 0 auto;
|
79 |
+
background-color: #ffffff;
|
80 |
+
border-radius: 10px;
|
81 |
+
height: 30px;
|
82 |
}
|
83 |
}
|
84 |
.container1 {
|