Design comparison
SolutionDesign
Solution retrospective
all feedbacks are welcome
Community feedback
- @isprutfromuaPosted over 2 years ago
Hi there. Good job!
I have some suggestions for improving the result
-
Always try to use native elements. It will be better if you use a button element instead of a div. So it can be controlled with the keyboard
-
You can also show the menu when you hover the button. With css:
.user__share-icon:hover + article-card__user__share-socials { transform: translateY(0); opacity: 1; }
I hope my feedback will be useful.
Good luck and fun coding 🤝⌨️
Marked as helpful0 -
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