@Mahad608Submitted over 3 years ago
How would I remove column space? I've tried gap. How would I align button?
How would I remove column space? I've tried gap. How would I align button?
Hi Mahad! Good work!
Maybe you could try to remove the margin left and right by setting the margin property like this:
margin: 10px 0;
Where the first value is for top-bottom and the second for left-right.
This link may help you to understand: https://www.w3schools.com/css/css_margin.asp