diff --git a/index.html b/index.html index 4a81684..4345475 100644 --- a/index.html +++ b/index.html @@ -6,13 +6,103 @@ 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. + +
+ +
+ + +
+ +
+ Imagen de Fondo + +
+

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.

+
+ +
+ +
+ +
+ +
+ +
+ \ No newline at end of file diff --git a/styles/style.css b/styles/style.css index 68b1e59..392df8f 100644 --- a/styles/style.css +++ b/styles/style.css @@ -3,4 +3,167 @@ Colors: Text: 1A1A1A Green: #00B172 White: #FFF -*/ \ No newline at end of file +*/ +body{ + font-family: Verdana, Geneva, Tahoma, sans-serif; +} + +.cajaGrande1 { + width: 100%; + } + +.header{ + position: fixed; + background: white; + padding-left: 1em; + width: 100%; + top:0; +} + +.header img{ + width: 10vw; + height: 5vw; + float: left; + padding-top: 1em; +} + +.header nav{ + float: right; +} + +@media screen and ( min-width: 768px){ +.header--menu ul{ + display:flex; + list-style: none; + font-weight: bold; + gap: 40px; + padding-right: 3em; + font-size: 30px; + } +} + +.Fondo img{ + align-content: center; + top: 0; + left: 0; + right: 0; + width: 100%; + height: 100vw; + margin: 0 auto; +} + +.texto1{ + position: absolute; + color: #FFF; + top: 400px; + font-size: 20px; + width: 100vw; + margin:0 auto; + text-align: center; + } + +.texto1 h1{ + font-size: 70px; + } + +.texto1 h3{ + font-size: 30px; + } + +.titulo{ + text-align: center; + text-decoration: underline #00B172 3px; + text-underline-position: under; + font-size: 45px; +} + +.cajaGrande2 div.contenedor{ + display: flex; + padding-top: 3em; +} + +.contenedor div.caja1{ + width: 33.33%; + text-align: center; + margin: 3em; +} + +.contenedor div.caja2{ + width: 33.33%; + text-align: center; + margin: 3em; +} + +.contenedor div.caja3{ + width: 33.33%; + text-align: center; + margin: 3em; +} + +.contenedor h1{ + color: #00B172; + font-size: 30px; +} + +.contenedor h3{ + font-size: 25px; +} + +.caja1 img{ + height: 20vh; +} + +.caja2 img{ + height: 20vh; +} + +.caja3 img{ + height: 20vh; +} + +.cajaGrande3{ + display: flex; + background-color: #00B172; + color: white; + padding: 5em; + margin: 1em; + align-content: center; +} + +.cajaGrande3 div.Text-1{ + width: 50%; +} + +.Text-1 h1.titulo{ + text-decoration: underline white 3px; + text-underline-position: under; + font-size: 35px; +} + +.Text-1 h1{ + font-size: 30px; +} + +.img-1 img{ + align-content: center; + height: 20vh; + padding-top: 20em; + padding-right: 4em; +} + +.img-2 img{ + height: 100vh; + padding-top: 5em; +} + + + + + + + + + + + + \ No newline at end of file