How to remove whitespace from margin?

Can anybody tell me how to remove the white space from my random quote generator site: https://codepen.io/david_vu408/pen/MJJrBv?

Are you talking about the white on the left and right sides?

Yes! That is what I am talking about.

Give your #quote-box a white background color. Then give your #quote-container a transparent background color. Then remove the line in JS that sets the #quote-container's background color to white.

1 Like