Spaces:
Running
Running
Commit
·
16c6372
1
Parent(s):
5662aed
Update index.html
Browse files- index.html +19 -1
index.html
CHANGED
@@ -148,6 +148,19 @@
|
|
148 |
color: #666666;
|
149 |
margin: 0;
|
150 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
151 |
</style>
|
152 |
</head>
|
153 |
<body>
|
@@ -283,7 +296,12 @@
|
|
283 |
</ol>
|
284 |
<div class="carousel-inner">
|
285 |
<div class="carousel-item active">
|
286 |
-
|
|
|
|
|
|
|
|
|
|
|
287 |
<div class="carousel-caption d-none d-md-block d-flex flex-row justify-content-start">
|
288 |
<div>
|
289 |
<h5>First slide label</h5>
|
|
|
148 |
color: #666666;
|
149 |
margin: 0;
|
150 |
}
|
151 |
+
.slide1{
|
152 |
+
background-image: url('https://png.pngtree.com/background/20210711/original/pngtree-music-dream-show-creative-design-background-template-picture-image_1072113.jpg');
|
153 |
+
height: 44vh;
|
154 |
+
background-size: cover;
|
155 |
+
}
|
156 |
+
.matter{
|
157 |
+
height: 500px;
|
158 |
+
width: 800px;
|
159 |
+
margin-top: 85px;
|
160 |
+
margin-left: 45px;
|
161 |
+
font-size: 25px;
|
162 |
+
font-family: 'Pacifico', cursive;
|
163 |
+
}
|
164 |
</style>
|
165 |
</head>
|
166 |
<body>
|
|
|
296 |
</ol>
|
297 |
<div class="carousel-inner">
|
298 |
<div class="carousel-item active">
|
299 |
+
<div class="slide1 d-flex flex-column justify-content-center">
|
300 |
+
<div class="p-3 matter">
|
301 |
+
<h1>Enjoy The Most Popular Songs</h1>
|
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>
|