diff --git a/index.html b/index.html index 0697f92fe..52c55b8ee 100644 --- a/index.html +++ b/index.html @@ -1,18 +1,77 @@ + 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 Logo + +
+ +
+

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.

+
+ +
+ +
+
+ + \ No newline at end of file diff --git a/styles/style.css b/styles/style.css index 55efb32c6..683e50bcf 100644 --- a/styles/style.css +++ b/styles/style.css @@ -6,3 +6,136 @@ Green: #00B172 White: #FFF */ +body { + font-family: Montserrat; +} + +header img { + width: 15%; + height: auto; +} + +header { + display: flex; + justify-content: space-between; + align-items: center; + padding: 15px 40px; + background-color: #fff; +} + +a +{ + text-decoration: none; + color: black; +} + +nav ul { + display: flex; + flex-direction: row; + list-style-type: none; +} + +nav li { + margin-left: 30px; + font-size: 30px; + text-decoration: none; +} + + +.partemeio { + background-image: url("./../images/landing.jpg"); + height: 55em; + background-size: cover; + background-repeat: no-repeat; + background-position: center; + color: #fff; + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; + } + + .textopartemeio { + font-size: 90px; + } + + .subfrasemeio { + font-size: 40px; + } + + .partemeiobaixo { + display: flex; + } + + .partemeiobaixo1 { + display: flex; + flex-direction: column; + align-items: center; + justify-content: center; + padding: 1em 10em; +} + +.tamanhoimagem { + height: 8em; + width: 8m; +} + +.simbolosmeiobaixo { + display: flex; +} + +.titulomeiobaixo { + display: flex; + flex-direction: column; + align-items: center; + padding: 1em; +} + +.oqpeganospotify { + border-bottom: 4px solid #00B172; + font-size: 45px; +} + +.textoverde { + color: #00B172; + font-size: 35px; +} + +.tamanhotextooqpega { + font-size: 26px; + text-align: center; +} + +.partebaixo { + background-color: #00B172; + color: #FFF; + background-image: url("./../images/spotify-icon-white.png"); + background-repeat: no-repeat; + background-size: 11em; + background-position: center; + display: flex; + justify-content: space-between; + align-items: flex-end; + padding: 4em; + padding-right: 8em; + padding-left: 8em; + margin: 2em; +} + + +.tamanhospotify { + height: 42em; +} + +.textopartebaixo { + font-size: 48px; + border-bottom: 2px solid #FFF; +} + +.textopartebaixo1 { + font-size: 38px; +} + +.textopartebaixo2 { + font-size: 32px; +} \ No newline at end of file