Design comparison
SolutionDesign
Community feedback
- @jordanhevePosted over 1 year ago
On the css document I would use the * selector to remove margin and padding, instead typing most tag selectors like this:
* { margin: 0; padding: 0; }
Marked as helpful1
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