Design comparison
SolutionDesign
Solution retrospective
I did something strange with js for the mobile menu
Community feedback
- @anhtuanbuiPosted about 2 years ago
Hi there
You've got the solution there. However, I noticed some places that you can improve for your code.
- Remove issues from the report you can use a
main
tag instead of the wrapping div. Put alternative text for all images - The main flexbox you can have
flex: 1 1 70%
, the right bar can haveflex: 1 1 30%
,gap: 2rem
. The last section can havedisplay:flex
andgap: 2rem
. It will solve the collumn problems
Happy Codding. Cheers!!! 👉✨🌝
Marked as helpful0 - Remove issues from the report you can use a
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