Design comparison
SolutionDesign
Community feedback
- @alisbaiPosted 11 months ago
Great Job, Jonah! I like how you implemented the drawer functionality. Everything is perfect, except that there is a digit 0 under the add new item button.
0@jownsuPosted 11 months ago@alisbai Thanks for the feedback.
For the drawer. I just set the css left to -100%.
I did it like this.
@keyframes slide { 0%{ left: -100%; } 100%{ left: 0; } }
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