Responsive site using html and css

Solution retrospective
Please feel free to give me tips where i can improve the code.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @wentallout
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 helpful
Join 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