From 371644084932fe8dea5568631b407ae9a2aceaed Mon Sep 17 00:00:00 2001 From: Mariaesteves Date: Tue, 1 Apr 2025 17:46:45 +0100 Subject: [PATCH] spotify-solved --- .DS_Store | Bin 0 -> 6148 bytes index.html | 89 +++++++++++++++++++---- styles/style.css | 186 +++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 259 insertions(+), 16 deletions(-) create mode 100644 .DS_Store diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..6c3fa7e796ab2b99226c5df152e03555500289e8 GIT binary patch literal 6148 zcmeHK%}T>S5Z-O8-BN@c6nYGJE!fr~h?fxS3mDOZN=-ywPm!?YBi+bj73hEDJC9^Ht{h%X=K%NSOqc z?gzJVR7|bIOPS_=oJLEP5QhDgw}5l6=-7uVC5WS+`5O(X}-l^htX;2o4&O|RZEO=LO)dzDkg5)uQ%05L!e z>>dN=ED+t@E1fDP28e+l7{L9(hKA@EEH$dF13J7uqrZiS0y@4W5N(5w!BQi5K)6l? z)T!J&F}O|#yKUkegQZ5D&bV3`<}oW*j~A|12fMAp8Fw^NPYe(Pbq1PxXyN&P1;5PJ zM}9qpM#KOy@Xr|Ft%)~rp(t~ - - - - - 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

+
+ +
+ devices-icon +

Stream Everywhere

+

Stream music on your smartphone, tablet or computer

+
+
+ +
+
+ spotify-icon-white +

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..aae61e92e 100644 --- a/styles/style.css +++ b/styles/style.css @@ -6,3 +6,189 @@ Green: #00B172 White: #FFF */ + +body{ + margin: 0; + padding: 0; +} + +nav { + position: relative; + width: 100%; + text-align: right; + ; + + +} + +.inlineContent{ + justify-content: space-between; + flex-direction: row; + display: inline-block; + margin-right: 15px +} + +.img-log { + position: absolute; + top: -15%; + left: 0%; + width: 150px; + height: auto; + margin: 10px; +} + + header { + background-image: url(../images/landing.jpg); + background-repeat: no-repeat; + background-size: cover; + background-position: center; + size: auto; + height: 700px; + width: 100; + color: white; +} + +h1{ + text-align: center; + font-size: 4em; + color: white; + position: absolute; + top: 40%; + left: 30%; + +} + +.text-background{ + text-align: center; + font-size: 1.5em; + position: absolute; + top: 60%; + left: 25%; + width: 50%; + + +} + +h2{ + text-align: center; + color: 1A1A1A; + font-size: 2em; + text-decoration: underline #00B172; + margin-bottom: 60px; + +} + +h3{ + text-align: center; + color: #00B172; + font-size: 1.5em; + margin-top: 15px; +} + +.text-icons{ + font-size: 1.3em; + width: 60%; + text-align: center; + margin-top: 3px; +} +.million-songs{ + width: 25%; + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; + text-align: center; +} + +.million-songs img { + width: 120px; + height: auto; +} + + +.hd{ + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; +} + +.hd img { + width: 120px; + height: auto; +} + +.stream{ + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; +} + +.stream img { + width: 120px; + height: auto; +} + +.icons-box { + width: 100%; + display: flex; + flex-direction: row; + justify-content: space-around; + align-items: center; + margin: 20px 70px 40px 70px; + +} + + + + + +#green-background{ + background-color: #00B172; + color: white; + border: 30px 40px 30px 40px; + padding: 40px 40px; + height: 600px; + margin: 80px 30px 80px 30px; + +} + + +h4{ + font-size: 2em; + color:white; + text-decoration: underline; + + +} + +h5{ + font-size: 1.5em; + color: white; +} + +.text-green{ + font-size: 1.3em; + width: 30%; + +} + + + +.logo-container { + position: absolute; + top: 215%; + left: 45%; + width: 10%; + +} + +.kanye-img{ + position: absolute; + top: 195%; + left: 70%; + width: auto; + height: 500px; +} +