JAYASWAROOP commited on
Commit
b3a134e
1 Parent(s): e369694

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +17 -11
index.html CHANGED
@@ -160,6 +160,15 @@
160
  margin-left: 55px;
161
  font-size: 25px;
162
  font-family: 'Pacifico', cursive;
 
 
 
 
 
 
 
 
 
163
  }
164
  </style>
165
  </head>
@@ -302,12 +311,6 @@
302
  <p>Popular songs are widely loved tunes that resonate widely with audiences, often topping charts and becoming widely recognized due to their catchy melodies or meaningful lyrics.</p>
303
  </div>
304
  </div>
305
- <div class="carousel-caption d-none d-md-block d-flex flex-row justify-content-start">
306
- <div>
307
- <h5>First slide label</h5>
308
- <p>Nulla vitae elit libero, a pharetra augue mollis interdum.</p>
309
- </div>
310
- </div>
311
  </div>
312
  <link rel="stylesheet" href="style.css">
313
  <div class="carousel-item">
@@ -319,11 +322,14 @@
319
  </div>
320
 
321
  <div class="carousel-item">
322
- <img src="https://png.pngtree.com/thumb_back/fh260/back_our/20190628/ourmid/pngtree-taobao-e-commerce-advertisement-carousel-banner-background-purple-blue-image_264734.jpg" class="d-block w-100" alt="...">
323
- <div class="carousel-caption d-none d-md-block">
324
- <h5>Third slide label</h5>
325
- <p>Praesent commodo cursus magna, vel scelerisque nisl consectetur.</p>
326
- </div>
 
 
 
327
  </div>
328
 
329
  </div>
 
160
  margin-left: 55px;
161
  font-size: 25px;
162
  font-family: 'Pacifico', cursive;
163
+ }
164
+ .slide2{
165
+ background-image: url('https://png.pngtree.com/thumb_back/fh260/back_our/20190628/ourmid/pngtree-taobao-e-commerce-advertisement-carousel-banner-background-purple-blue-image_264734.jpg');
166
+ height: 440px;
167
+ font-size: 25px;
168
+ font-family: 'Pacifico', cursive;
169
+ background-size: cover;
170
+ text-align: center;
171
+ font-weight: bold;
172
  }
173
  </style>
174
  </head>
 
311
  <p>Popular songs are widely loved tunes that resonate widely with audiences, often topping charts and becoming widely recognized due to their catchy melodies or meaningful lyrics.</p>
312
  </div>
313
  </div>
 
 
 
 
 
 
314
  </div>
315
  <link rel="stylesheet" href="style.css">
316
  <div class="carousel-item">
 
322
  </div>
323
 
324
  <div class="carousel-item">
325
+ <div class="slide2 d-flex flex-column justify-content-center">
326
+ <div>
327
+ <div class="p-3">
328
+ <h1>Trending Songs</h1>
329
+ <p>Trending songs capture the pulse of the moment, reflecting what's widely loved and shared across music charts and streaming platforms.</p>
330
+ </div>
331
+ </div>
332
+ </div>
333
  </div>
334
 
335
  </div>