@ClariceAlmeida
Latest solutions

Latest comments
- @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