Design comparison
SolutionDesign
Community feedback
- @fvaldes0109Posted over 1 year ago
Hi, nice work! Just some small suggestions. Try adding
min-height: 100vh
to your body styles in order to vertically center the card. Also the elements with an active state (the button), should have acursor: pointer
. And finally, if you want to get both prices centered along the x axis, try adding:.perfume-price { display: flex; align-items: center; }
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