Design comparison
Solution retrospective
Could I have used grid in a better way? How should I have aligned the sidebar with the other elements? Is there a way to animate the menu when closing using CSS?
Community feedback
- Account deleted
To improve the side menu animation, just hide it to the right and add a transition to make a soft slide, you can watch a specific tutorial for that.
Also to the images add:
object-fit: contain
It will help with the responsiveness. And congrats for finish the challenge.
Marked as helpful0 - @catherineisonlinePosted almost 2 years ago
Nice! 🙌🏻
I would also add some transitions for active states (when colors change on hover). It creates more interactivity and makes the project looks cooler. Active states can be done on buttons, links, titles which act like links or anything else, you choose.
You can read more about it here, in case you haven’t done much of it: https://www.w3schools.com/css/css3_transitions.asp
IF THIS WAS HELPFUL PLEASE MARK IT AS HELPFUL 🤩
1
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