Design comparison
Solution retrospective
I took my time to organize my SCSS as best I could and it really paid off in the end when I was adding all the media queries.
What challenges did you encounter, and how did you overcome them?.
What specific areas of your project would you like help with?.
Community feedback
- @MichaHuhnPosted 3 months ago
Looks really good, well done!
Also good job with making the site responsive and including the 3 different views (mobile, tablet, desktop).
Here are some ideas:
You can add
cursor: pointer;
to the buttons to give them the right cursor.If you want to enhance the semantic HTML, you can add the following tags in addition to the footer tag you already used: header, main, section, article.
Another nice improvement is to use
rem
for sizes, font sizes, and media queries. This way the elements scale automatically when the user adjusts the browser's default font size. Here are two related tutorials:I hope that's a bit useful.
0
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