Design comparison
SolutionDesign
Solution retrospective
feedback is welcome
Community feedback
- @MarkoNikolajevicPosted over 3 years ago
Hi idkbit
you did a good job for this challenge, I 've a few feedbacks for you.
- I would wrap
a
elements inside a<button>
in this case - You should add a hover effect on buttons, you can just add
:hover
pseudo class onlink
class and apply hover styles. To make hover effect smoother you could addtransition
on it
Keep on coding :)
1 - I would wrap
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