+
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;
+}