From 25daf03b004da6707d3c018651a6ba5e0b6ff518 Mon Sep 17 00:00:00 2001 From: Bigas Garcia Date: Fri, 10 May 2024 16:43:35 +0200 Subject: [PATCH] done --- index.html | 102 +++++++++++++++++++++++++++++++++++--- styles/style.css | 125 +++++++++++++++++++++++++++++++++++++++++++++-- 2 files changed, 217 insertions(+), 10 deletions(-) diff --git a/index.html b/index.html index 0697f92..560bfaa 100644 --- a/index.html +++ b/index.html @@ -5,14 +5,102 @@ Spotify Clone - + - 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. + +
+
+ landing-img +
+
+

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 in Spotify.

+
+
+ +

HD Musich

+

Listen to music as if you were listening live.

+
+
+ +

Stream Everywhere

+

Stream music on your smartphone, tablet or computer.

+
+
+
+
+

It's as jeezy 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 playlists for + right now. +

+
+
+

Discover

+

+ Enjoy new music every Monday with your own personal playlist. Or + sit back and enjoy radio. +

+
+
+
+ spotify-logo2 +
+
+ spotify-app +
+
+
diff --git a/styles/style.css b/styles/style.css index 55efb32..b2eb7f6 100644 --- a/styles/style.css +++ b/styles/style.css @@ -1,8 +1,127 @@ -/* +/* Colors: Text: 1A1A1A Green: #00B172 -White: #FFF +White: #FFF */ -*/ +* { + margin: 0; +} +.nav-bar { + display: flex; + justify-content: space-between; + position: fixed; + background-color: white; + width: 100%; +} +.logo { + width: 150px; + margin: 30px; +} +.nav-list { + display: flex; + justify-content: space-evenly; + list-style: none; +} +.list-element { + margin-right: 20px; + color: #1a1a1a; + margin-top: 30px; +} +.landing-img-container { + width: 100%; +} +.landing-img { + width: 100%; +} +.text-container { + width: 50%; + display: flex; + flex-direction: column; + position: absolute; + top: 80%; + left: 27%; + color: #fff; + text-wrap: wrap; +} +.landing-img-text { + color: #fff; + font-size: 20px; +} +.title { + font-size: 3em; + margin-bottom: 20px; + align-self: center; +} +.subtitle-container { + display: flex; + justify-content: center; + width: 100%; +} + +.subtitle { + align-self: center; + color: #1a1a1a; + margin-top: 20px; +} +.section-logo { + width: 200px; +} +.section-container { + display: flex; + justify-content: space-evenly; + margin-top: 30px; + margin-bottom: 30px; +} +.logo-container { + display: flex; + flex-direction: column; +} +.section-title { + color: #00b172; +} +.kanye-section { + background-color: #00b172; +} +.final-section-container { + display: flex; + justify-content: space-evenly; +} +.ending-title { + color: #fff; + text-decoration: underline; + font-size: 30px; + padding: 55px; +} +.ending-text-container { + padding-left: 55px; + width: 30%; +} +.ending-text { + margin-bottom: 40px; + font-size: 20px; + color: #fff; +} +h4 { + color: #fff; + margin-bottom: 30px; + font-size: 30px; + font-weight: bold; +} +.logo2-container { + display: flex; + flex-direction: column; + justify-content: center; + width: 30%; +} +.logo2 { + width: 100px; + height: 100px; + padding: 50px; + padding-left: 120px; +} +.app-img { + width: 300px; + padding: 30px; +}