Design comparison
SolutionDesign
Community feedback
- @VCaramesPosted about 2 years ago
Hey @art5551, some suggestions to improve you code:
-
Add a
border-radius
to you card container along withoverflow: hidden
. -
The old price 🏷 is not being announced properly to screen readers. You want to wrap it in a Del Element and include a sr-only text explaining that this is the old price.
-
Remove the
border
from the button and change thecolor
of the font to white. -
Increase the
font-size
of the current price. -
The button hover color has be a "dark green". Currently it is a light green.
Happy Coding! 👻🎃
0 -
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