Design comparison
SolutionDesign
Community feedback
- @hitmorecodePosted over 1 year ago
Congratulations well done. Just a few tips
- You don't need to add
flex-direction: row;
by default flex is always row. - Add this to your CSS
.price {align-items: center;}
. To align both prices, do the same for the button
You forgot to add the hover effect on the button
Marked as helpful1 - You don't need to add
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