Design comparison
Community feedback
- @Selvy2004Posted 7 months ago
Hi!, Good job:) But I have some notes for you:
-
the background-color shouldn't be white, it should be off white hsl(36, 100%, 99%);
-
h1's font-size, should be bigger, and its font-weight too should be bigger.
-
In your HTML code, it will be a good thing to put all your page's content inside a <main></main> element as a container, after this give it in your css code {margin: 0 auto}, instead of 0 put your normal margin top and bottom, then the page will nicely centered.
-
At the mobile (smaller screen) once you open the website, the navigation certainly open, it should open just when you click on the open icon.
Good luck:)
Marked as helpful0@Medido1Posted 7 months agoI alredy have the page content in <main> but other than that i made the changes you suggested and it looks better. thank you so much :)
1 -
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord