Design comparison
SolutionDesign
Solution retrospective
Create using HTML and Tailwind CSS. All feedback is welcome! Thanks!!!
Community feedback
- @Zy8712Posted 10 months ago
Your site looks great! The only thing I thinks you should adjust are:
- removing the
cursor-pointer
class asbutton
tags automatically already havecursor-pointer
when hovering over the button - you should also probably either give your component a set height or change
hover:border-2
to justborder-2
so your card doesn't keep changing height when you hover over a button
Aside from that it seems you have a solid grasp on Tailwind. Nice work 👍
1 - removing the
- @alexguemarPosted 10 months ago
Great job you're doing with Tailwind! Just a piece of advice, I would move the
border-width: 2px
to the class instead of the:hover
. That would help with better visualization.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