diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 000000000..6f3a2913e --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "liveServer.settings.port": 5501 +} \ No newline at end of file diff --git a/index.html b/index.html index 0697f92fe..d1e02da85 100644 --- a/index.html +++ b/index.html @@ -5,14 +5,72 @@ 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. + + + +
+ +
+ +
+
+
+

Music for everyone.

+

Spotify is now free on mobile, tablet and computer. Listen to theright 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.

+
+
+
+
+
+ +
+ + + + diff --git a/styles/style.css b/styles/style.css index 55efb32c6..d4a1fc96f 100644 --- a/styles/style.css +++ b/styles/style.css @@ -6,3 +6,114 @@ Green: #00B172 White: #FFF */ + + body { + font-family: Arial, Helvetica, sans-serif; + margin: 0; + padding: 0; + } + +.biglogo { + height: 50px; +} + +header { + display: flex; + justify-content: space-between; + padding: 10px; +} + +.navbar { + display: flex; + list-style-type: none; + justify-content: space-evenly; + gap: 20px; +} + + +.title { + background-image: url(/images/landing.jpg); + background-size: cover; + background-position: center; + height: 100vh; + background-repeat: no-repeat; + color: white; + text-align: center; + display: flex; + flex-direction: column; + justify-content: center; + padding: 0px 90px 0px 90px; +} + +.title p { + font-weight: light; + font-style: normal; +} + +h2 { + border-bottom: 2px solid #00B172; + display: inline-block; +} + +.title2 { + text-align: center; +} + +.Spotify-explanation img { + height: 75px; +} + +.boxes { + display: flex; + justify-content: center; + gap: 20px; +} + +.Spotify-explanation h3 { + color: #00B172; +} + +.Spotify-explanation { + text-align: center; +} + +.example { + background-color: #00B172; +} + +.Music { + width: 250px; +} + +.HDMusic { + width: 250px; +} + +.stream { + width: 250px; +} + +.example { + margin: 20px; + padding: 20px; + color: white; + display: flex; + flex-direction: row; + justify-content: space-between; + align-items: center; +} + +.container2 img { + width: 100px; + align-items: center; + +} + +.container1 { + width: 400px; +} + +.container3 img { + height: 400px; +} +