Design comparison
SolutionDesign
Solution retrospective
Any feedback is welcome!
Community feedback
- @omar-jalalPosted about 2 years ago
- Hey your design is awesome but here a little tip to make it even better, make a class for transition and add it to every interactive element to make your design more smooth you can make it like this for example:
.smooth { transition: all ease-in-out .25s; }
-
and you shouldn't use div so often but if you have to you need to use role="" attribute for accessibility reason, for more info search for: WAI-ARIA.
-
and you should add media query for mobile layout and desktop layout in css file.
-
HAPPY CODING!
0
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