diff --git a/index.html b/index.html index 4a81684..c9dbeab 100644 --- a/index.html +++ b/index.html @@ -1,18 +1,98 @@ - - - - - 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 + + + + + + + +
+ + + + + + + + +
PremiumDiscoverHelpDownload
+
+ + + +
+ +

What’s on Spotify?

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

Millions of Songs

+
+

HD Music

+
+

Stream Everywhere

+

There are millions of songs on Spotify

Listen to music as if you were listening live

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.

+
+ +
+ + \ No newline at end of file diff --git a/styles/style.css b/styles/style.css index 68b1e59..1440c4c 100644 --- a/styles/style.css +++ b/styles/style.css @@ -3,4 +3,112 @@ Colors: Text: 1A1A1A Green: #00B172 White: #FFF -*/ \ No newline at end of file +*/ +h1 { + color: white; + font-weight: bold; + font-size: 4em; +} + +h2 { + color: white; + font-weight: 300; + font-size: x-large; +} + +h3 { + text-decoration: underline #00b172 4px; + text-underline-position: under; + font-size: 2em; + color: #1a1a1a; + text-align: center; +} + +h4 { + color: #00b172; + text-align: center; + font-size: 2em; +} + +h5 { + color: white; + text-decoration: underline 4px; + text-underline-position: under; + font-size: xx-large; + padding: 5%; +} + +h6 { + font-size: x-large; + color: white; +} + +p { + width: 70%; + font-size: x-large; + margin: auto; +} + +#banner { + height: 100vh; + background-image: url(../images/landing.jpg); + background-size: cover; + display: grid; + text-align: center; + align-content: center; + justify-content: center; +} + +#headerCol1 { + width: 60%; +} + +#whatsOn { +} + +#greenDiv { + background-color: #00b172; + width: 95%; + margin: auto; +} + +.icon { + width: 150px; +} + +#tabla1 { + display: flex; + justify-content: center; + text-align: center; +} + +#tabla2 { + display: flex; + justify-content: center; + text-align: center; + } + +.white{ +color: white; +width: 100%; +} + +.iconSection{ + width: 30%; +} + +header{ + display: flex; + justify-content: space-between; + height: 80px; + position: fixed; + background-color: white; + width: 100%; + align-content: center; + align-items: center; + margin: -8px; +} + +* { + font-family: "Montserrat", sans-serif; +}