Skip to content
Open

Done. #115

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes
80 changes: 66 additions & 14 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,18 +1,70 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>Spotify Clone</title>
<!-- don't forget to link your styles -->
</head>
<body>
Premium Discover Help Download Music for everyone. Spotify is now free on mobile, tablet and computer. Listen to the
right music, wherever you are. What’s on Spotify? Millions of Songs There are millions of songs on Spotify HD Music
Listen to music as if you were listening live Stream Everywhere Stream music on your smartphone, tablet or computer
It’s as yeezy as Kanye West. Search Know what you want to listen to? Just search and hit play. Browse Check out the
latest charts, brand new releases and great playlists for right now. Discover Enjoy new music every Monday with your
own personal playlist. Or sit back and enjoy Radio.
</body>
<link rel="stylesheet" href="styles/style.css">

<body>
<div class = 'main'>
<div class = "a">
<img src="images/spotify-logo.png" alt="logo" class = "logo">
<div class="nav"> <h5>Premium &nbsp; &nbsp; Discover &nbsp;&nbsp; Help &nbsp;&nbsp; Download </h5></div>

</div>
<div class = "b">
<h2 class = "m">Music for everyone.</h2> <br> <h4 class="m2">Spotify is now free on moblie, tablet and computer.<br> Listen to the right music,wherever you are.</h4></div>
<div class="c">
<h2 class = "t">What's on Spotify</h2>
<div class = "c1">
<div id="img1">
<img src="images/music-icon.png" alt = " music-icon" class ="img1">
<h3>Millions of songs</h3><p>There are millions of songs on spotify</p>
</div>
<div id="img2">
<img src="images/1.png" alt="music" class = "img2">
<h3>HD Music </h3><p>Listen to music as if you were listening live</p>
</div>
<div id="img3">
<img src="images/devices-icon.png " alt="phone" class = "img3">
<h3>Stream Everywhere</h3><p>Stream music on your smartphone, tablet or computer</p>
</div>
</div>

</div>

<div class="d">
<div class="d-left">
<h1 class="underline">It’s as yeezy as Kanye West.</h1>

<h3 class="section-title">Search</h3>
<p class="section-desc">Know what you want to listen to? Just search and hit play.</p>

<h3 class="section-title">Browse</h3>
<p class="section-desc">Check out the latest charts, brand new releases and great playlists for right now.</p>

<h3 class="section-title">Discover</h3>
<p class="section-desc">Enjoy new music every Monday with your own personal playlist. Or sit back and enjoy Radio.</p>

</div>
<div class ="d-center">

<img src="images/spotify-icon-white.png" class="img4" />
</div>

<div class="d-right">
<img src="images/spotify-app.jpg" class="img5" />
</div>
</div>

</div>
</body>
</html>


<!-- /* Premium Discover Help Download Music for everyone. Spotify is now free on mobile, tablet and computer. Listen to the
right music, wherever you are. What’s on Spotify? Millions of Songs There are millions of songs on Spotify HD Music
Listen to music as if you were listening live Stream Everywhere Stream music on your smartphone, tablet or computer
*/ -->
167 changes: 167 additions & 0 deletions styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,170 @@ Green: #00B172
White: #FFF

*/

.main{
background-color: white;
width: 100%;
max-width: 1200px;
margin: 0 auto;
display: grid;

}

.a{
position: fixed;
background-color: white;
height: 70px;
width: 79%;

}
.nav{
position: relative;
left: 60%;
top: -90px;
font-size: 30px;
}

.b{
background-image: url('../images/landing.jpg');
background-size: cover;
background-position: center;
background-repeat: no-repeat;
height: 110vh;
color: white;
}
.c1{
background-color: white;
height: 100vh;
display: flex;
flex-direction: row;
align-items: center;
gap: 60px;
margin-left: 50px;
margin-right: 50px;
padding: 30px;
}
.c{
text-align: center;
font-size: 20px;
font-weight: bold;
background-color: white;

}
.t{
position: relative;
top:70px;
align-content: center;
text-decoration: underline green;
font-size: 40px;

}
h3{
text-align: center;
font-size: 33px;
font-weight: bold;
color: green;

}
p{
text-align: center;
font-size: 25px;
color: rgb(17, 17, 17);
font-weight: 100;
}


.m{
text-align: center;
font-size: 50px;
padding-top: 100px;
font-weight: bold;
}
.m2{
text-align: center;
color: white;
font-size: 20px;
font-family: 'Times New Roman', Times, serif;
font-weight: 10;
}
.logo{
height: 70px;
width: 150px;
}

.img1{
height: 150px;
width: 150px;

}
.img2{
height: 150px;
width: 150px;

}
.img3{
height: 150px;
width: 150px;

}


.d {
background-color: rgb(58, 198, 109);
height: 100vh;
color: white;
display: flex;
padding: 30px;
margin: 20px;
}
.d-left {
flex: 1;
display: flex;
flex-direction: column;
}
.d-right {
flex: 1;
display: flex;

}
.d-center {
flex: 1;
display: flex;
justify-content: center;
align-items: center;
}
.img4 {
width: 80px;
height: 80px;
margin-top: 40px;
align-self: center;

}

.img5 {
width: 300px;
height: 700px;
object-fit: cover;
}

.underline {
text-decoration: underline white ;
font-size: 30px;
font-weight: bold;
text-align: start;
}

.section-title {
font-size: 28px;
font-weight: bold;
color: #FFF;
text-align: start;
}

.section-desc {
font-size: 20px;
font-weight: 100;
color: #FFF;
text-align: start;
}