HTML, CSS-Flex Box

Please log in to post a comment
Log in with GitHubCommunity feedback
- @jordanheve
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 helpful
Join 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