diff --git a/index.html b/index.html index 0697f92fe..c49427aa4 100644 --- a/index.html +++ b/index.html @@ -1,18 +1,83 @@ - - - - - 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?

+
+
+
music icon
+

Millions of Songs

+

There are millions of songs on Spotify

+
+
+
high quality icon
+

HD Music

+

Listen to music as if you were listening live

+
+
+
devices icon
+

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-app
+
+
+ + + + + + \ No newline at end of file diff --git a/styles/style.css b/styles/style.css index 55efb32c6..60f955717 100644 --- a/styles/style.css +++ b/styles/style.css @@ -6,3 +6,108 @@ Green: #00B172 White: #FFF */ + +img { + width: 100%; +} + +.menu { + display: flex; + justify-content: space-between; + align-items: center; + list-style-type: none; + padding: 2px 10px; + background-color: white; +} + +.menu ul { + display: flex; + list-style: none; +} + +.menu li { + margin-right: 20px; +} + +.menu img { + width: 200px; +} + +.Hero { + text-align: center; + margin: 0px; + padding: 300px 50px; + color: white; + background-image: url("./../images/landing.jpg"); + background-size: cover; + +} + +.Hero p { + font-size: 1em; +} + +h1 { + font-size: 3em; +} + +h2 { + display: flex; + justify-content: center; +} + +.articles-container { + + display: flex; + justify-content: center; + + +} + +.articles-container article { + width: 28%; + text-align: center; +} + +.articles-container img { + width: 50px; +} + +.div-container { + display: flex; + justify-content: space-around; + align-items: center; + padding: 60px 30px; + margin: 0px 15px; + background-color: green; + align-items: flex-start; + +} + +.div-container article { + width: 25%; + text-decoration: none; + font-size: large; + color: white; + +} + +.div-container article h5 { + width: 25%; + text-decoration: none; + font-size: xx-large; + color: white; + +} + + +.div-container img { + width: 300px; +} + +.section-logo { + display: flex; + justify-content: center; + align-items: center; + background-image: url("./../images/spotify-icon-white.png"); +} \ No newline at end of file