Design comparison
SolutionDesign
Community feedback
- @dev-mksinghPosted almost 2 years ago
@ezgiEH Hey there, it was good attempt, but there is lot to improve. Following is the list of the improving area in your attempt:
- First on desktop version the menu is there, which should not be or should be
hidden
. Because you already displaying menu through Features, Company and all. The closing and opening feature should be in mobile version of the site(small screen) - Second area need to be improved is your responsiveness of the site, in my suggestion you can use
max-width
for smaller screen until you use@media screen{}
. This is what i've got at first sight as i visited your challenge. Hope this will help you in your coding.
0 - First on desktop version the menu is there, which should not be or should be
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