diff --git a/index.html b/index.html index 0697f92fe..dfc2efdf4 100644 --- a/index.html +++ b/index.html @@ -1,18 +1,78 @@ - - - - - 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. - - + + + + + + Spotify Clone + + + + +
+

Music for everyone

+

+ Spotify is now free on mobile, tablet and computer. Listen to the + right music, wherever you are. +

+
+ +
+

+ What’s on Spotify +

+
+ + +
+ +
+ + +
+ +
+ + +
+
+ +
+
+

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. +

+
+
+ +
+
+ + \ No newline at end of file diff --git a/styles/style.css b/styles/style.css index 55efb32c6..a7952b0e9 100644 --- a/styles/style.css +++ b/styles/style.css @@ -6,3 +6,62 @@ Green: #00B172 White: #FFF */ +img { + width: 100%; +} + +.inside { + color: bisque; +} + +.navBar { + display: flex; + justify-content: space-between; + align-items: center; + padding: 20px; + +} + +.navBar ul { + display: flex; + list-style: none; +} + +.navBar li { + margin-right: 20px; +} + +.navBar img { + width: 200px; +} + +.cover { + width: 1490px; + height: 1000px; + background-image: url(./../images/landing.jpg); + background-repeat: no-repeat; + background-size: cover; + background-position: center; +} + + +h1 { + color: white; + text-align: center; + +} + +p { + color: white; + text-align: center; + padding-bottom: 200px; +} + +.box { + display: flex; + justify-content: space-between; +} + +h2 { + text-align: center; +} \ No newline at end of file