From 836e031727b61c4fff91078a92598e6a3d70180d Mon Sep 17 00:00:00 2001 From: America Date: Tue, 6 Jul 2021 19:22:51 -0500 Subject: [PATCH 1/4] =?UTF-8?q?feat=20|=20A=C3=B1ad=C3=AD=20header=20y=20b?= =?UTF-8?q?anner?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 53 ++++++++++++++++++++++++++++++++++++++++-------- styles/style.css | 36 +++++++++++++++++++++++++++++++- 2 files changed, 80 insertions(+), 9 deletions(-) diff --git a/index.html b/index.html index 4a81684..cd7f368 100644 --- a/index.html +++ b/index.html @@ -5,14 +5,51 @@ 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. + + + + + + + + + + + + + + + +
PremiumDiscoverHelpDownload
+ + + + + + - \ No newline at end of file + diff --git a/styles/style.css b/styles/style.css index 68b1e59..60a236d 100644 --- a/styles/style.css +++ b/styles/style.css @@ -3,4 +3,38 @@ 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; +} + +#banner{ +height: 100vh; +background-image: url(../images/landing.jpg); +background-size: cover; +display: grid; +text-align: center; +align-content: center; +justify-content: center; +} + +td{ + font-size: small; + padding: 5px; +} + +#headerCol1{ + width: 70%; +} + +*{ + font-family: 'Montserrat', sans-serif; +} \ No newline at end of file From c6f6a8fc13b0c7ef8c160c27552315e2b43901b3 Mon Sep 17 00:00:00 2001 From: America Date: Tue, 6 Jul 2021 21:19:55 -0500 Subject: [PATCH 2/4] =?UTF-8?q?=20feat=20|=20A=C3=B1ad=C3=AD=20la=20secci?= =?UTF-8?q?=C3=B3n=20de=20whats=20on=20spotify?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 166 ++++++++++++++++++++++++++++++++--------------- styles/style.css | 102 ++++++++++++++++++++++------- 2 files changed, 193 insertions(+), 75 deletions(-) diff --git a/index.html b/index.html index cd7f368..b3253f1 100644 --- a/index.html +++ b/index.html @@ -1,55 +1,117 @@ - - - - - Spotify Clone - - - - - - - - - - - - - - - - - - - - - -
PremiumDiscoverHelpDownload
- -