Using flex/grid and SCSS

Solution retrospective
Pretty happy with this. Toughest parts were the various background images
Please log in to post a comment
Log in with GitHubCommunity feedback
- Account deleted
Hi,
Desktop view looks ok, nothing too out of place there.
Mobile view is ok, as long you are not seeing the mobile menu stashed on the side waiting to be activated.
I don't think it's a good idea to put the mobile where you put it while it's still inactive because I can literally see all of it. I think it would have been better to make it toggle between
opacity : 0
andopacity : 1
or if you really wanted that sliding effect you would have to put the mobile menu in a container gave itoverflow : hidden
so when it's not active it wouldn't be visible.
Join 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