Design comparison
SolutionDesign
Solution retrospective
How would I remove column space? I've tried gap. How would I align button?
Community feedback
- @HugoLcPosted over 3 years ago
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
1
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord