Random quote machine buttons

Finished the project, passed the tests, but I seem to be having trouble with the buttons. They don’t align property; either resize the window or get a new quote and you’ll see what I mean.

How do I fix this?

Project link.

Hello,
You can

  1. remove all floats,
  2. add display flex to quotebox(column) & buttons
  3. remove all inconsistent paddings, margins, font-sizes, widths, heights from each button( you already have .button where you can define it), then add back sparingly
  4. probably add fixed height to quotebox

justify-content

1 Like