Design comparison
SolutionDesign
Solution retrospective
Cualquier comentario para contruir se le agrece ... : )
Community feedback
- @MarlonPassos-gitPosted about 3 years ago
Good job,
some suggestions
- "Proceed to Payment" could be a <a> tag
- It would decrease the font size a little
- Increase the size of the card a little
- change the repeat to
background-repeat: repeat-x;
because in this way the background breaks on big screens - Add a hover effect to "cancel" and "change"
- Change your card padding to
clamp(1.25rem, 0.8099rem + 1.8779vw, 2.5rem);
, this would automatically change the value from 20 to 40px flexibly and without media query
Marked as helpful1
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