Design comparison
SolutionDesign
Community feedback
- @savvystriderPosted over 1 year ago
Looks good!
Your hero image is a bit warped on larger screens. You could add the following settings to your
<div class="images">
:- background-repeat - set this to "no-repeat"
- background-size - change this to "cover"
The dropdown navigation has some unexpected jumps when hovering over it. I would recommend adding click event listeners rather than using hover state.
The font style for the dropdown links is different from the non-clickable links. It's a small detail but I'd recommend keeping them consistent.
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