Design comparison
SolutionDesign
Solution retrospective
Please feel free to give me tips where i can improve the code.
Community feedback
- @wentalloutPosted about 3 years ago
I checked your CSS and noticed some problems:
- the way you made multiple buttons is not good (.button1, .button2, .button3): you should separate the colors from the shape so you can have all three buttons look the same but with different colors (example: class="btn btn-orange" and then "btn btn-cyan")
- Giving something a fixed width or fixed height is usually bad: People always tell me to use min-height and max-width. tbh having a fixed-size card is not wrong.
Marked as helpful1@ClariceAlmeidaPosted about 3 years ago@wentallout Thank you for the tips, it really helped me.
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