Can anybody tell me how to remove the white space from my random quote generator site: https://codepen.io/david_vu408/pen/MJJrBv?
How to remove whitespace from margin?
How to remove whitespace from margin?
0
kevcomedia
#4
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.