diff --git a/projects/FrontendMentor/newbie/equalizer-landing-page/css/style.css b/projects/FrontendMentor/newbie/equalizer-landing-page/css/style.css
index bbbeb22..d3ce09a 100644
--- a/projects/FrontendMentor/newbie/equalizer-landing-page/css/style.css
+++ b/projects/FrontendMentor/newbie/equalizer-landing-page/css/style.css
@@ -1,3 +1,5 @@
+@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;700&display=swap");
+
/*
* Sizings
*
@@ -13,3 +15,18 @@
padding: 0;
box-sizing: border-box;
}
+
+:root {
+}
+
+body {
+ min-height: 100vh;
+
+ font-family: "IBM Plex Sans", sans-serif;
+}
+
+@media screen and (min-width: 700px) {
+}
+
+@media screen and (min-width: 1400px) {
+}
diff --git a/projects/FrontendMentor/newbie/equalizer-landing-page/index.html b/projects/FrontendMentor/newbie/equalizer-landing-page/index.html
index b89edb6..fcf7fe6 100644
--- a/projects/FrontendMentor/newbie/equalizer-landing-page/index.html
+++ b/projects/FrontendMentor/newbie/equalizer-landing-page/index.html
@@ -13,24 +13,56 @@
- We make your music sound extraordinary.
+
+
+
- A system audio equalizer specifically designed for Android and iOS. Freely tune the
- way your music sounds with a professional grade parametric EQ & volume mixer. Control
- bass, mids, treble, gain control, reverb, and more!
+
+
+ We make your music sound extraordinary.
- Premium EQ
+
+ A system audio equalizer specifically designed for Android and iOS. Freely tune the
+ way your music sounds with a professional grade parametric EQ & volume mixer. Control
+ bass, mids, treble, gain control, reverb, and more!
+
- Get expert-level control with a robust equalizer, volume mixer, and spatial audio. Take
- your listening experience to a whole new level and access all our incredible features!
+
+
+ Premium EQ
- $4 / month
+
+ Get expert-level control with a robust equalizer, volume mixer, and spatial audio. Take
+ your listening experience to a whole new level and access all our incredible features!
+
- iOS Download
- Android Download
+
+ $4 / month
+
- All rights reserved © Equalizer 2021
- Have any problems? Contact us via social media or email us at equalizer@example.com
+
+
+
+
+
+