Design comparison
SolutionDesign
Solution retrospective
I don't know about flexbox and grid yet, do you think I should learn them as soon as possible thank you I'm waiting for your feedback please help me if you see this comment
Community feedback
- @Luis15HerrPosted almost 3 years ago
Very good job for not knowing flexbox and grid. Look for flexboxfroggy and cssgridgarden They are games where you can learn about flexbox and grid.
Tip: You can add transitions to the hover of the elements and that gives it a very smooth touch.
Example:
a { transition: 0.5s ease;} a:hover { transition: 0.5s ease; }
Marked as helpful1@developertarikPosted almost 3 years ago@Luis15Herr thank you i will add it as soon as possible
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