Spaces:
Running
Running
Commit
·
08581b7
1
Parent(s):
ea558da
Update index.html
Browse files- index.html +22 -8
index.html
CHANGED
@@ -169,6 +169,16 @@
|
|
169 |
background-size: cover;
|
170 |
text-align: center;
|
171 |
font-weight: bold;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
172 |
}
|
173 |
</style>
|
174 |
</head>
|
@@ -314,19 +324,23 @@
|
|
314 |
</div>
|
315 |
<link rel="stylesheet" href="style.css">
|
316 |
<div class="carousel-item">
|
317 |
-
|
318 |
-
|
319 |
-
|
320 |
-
|
321 |
-
|
|
|
|
|
|
|
322 |
</div>
|
323 |
|
324 |
<div class="carousel-item">
|
325 |
-
|
|
|
326 |
<div>
|
327 |
<div class="p-3">
|
328 |
-
<h1>
|
329 |
-
<p>
|
330 |
</div>
|
331 |
</div>
|
332 |
</div>
|
|
|
169 |
background-size: cover;
|
170 |
text-align: center;
|
171 |
font-weight: bold;
|
172 |
+
}
|
173 |
+
.slide3{
|
174 |
+
background-image: url('https://png.pngtree.com/thumb_back/fh260/back_our/20190620/ourmid/pngtree-guitar-interest-class-enrollment-cartoon-geometric-blue-banner-image_171320.jpg');
|
175 |
+
height: 440px;
|
176 |
+
font-size: 28px;
|
177 |
+
font-family: 'Pacifico', cursive;
|
178 |
+
background-size: cover;
|
179 |
+
text-align: center;
|
180 |
+
font-weight: bold;
|
181 |
+
color: #EEFF41;
|
182 |
}
|
183 |
</style>
|
184 |
</head>
|
|
|
324 |
</div>
|
325 |
<link rel="stylesheet" href="style.css">
|
326 |
<div class="carousel-item">
|
327 |
+
<div class="slide2 d-flex flex-column justify-content-center">
|
328 |
+
<div>
|
329 |
+
<div class="p-3">
|
330 |
+
<h1>Trending Songs</h1>
|
331 |
+
<p>Trending songs capture the pulse of the moment, reflecting what's widely loved and shared across music charts and streaming platforms.</p>
|
332 |
+
</div>
|
333 |
+
</div>
|
334 |
+
</div>
|
335 |
</div>
|
336 |
|
337 |
<div class="carousel-item">
|
338 |
+
|
339 |
+
<div class="slide3 d-flex flex-column justify-content-center">
|
340 |
<div>
|
341 |
<div class="p-3">
|
342 |
+
<h1>Best of 90's</h1>
|
343 |
+
<p>Relive the nostalgia with the greatest hits from the 90s, a golden era of iconic music and timeless melodies.</p>
|
344 |
</div>
|
345 |
</div>
|
346 |
</div>
|