JAYASWAROOP commited on
Commit
b84d4a4
·
1 Parent(s): 3316f22

Update index.html

Browse files
Files changed (1) hide show
  1. 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
- 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 {
 
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 {