NFT project - Mobile first solution using Flexbox

Solution retrospective
I hope it will be useful for you! Any feedback is welcome to improve myself
Please log in to post a comment
Log in with GitHubCommunity feedback
- @sweLL98
Consider using first time when you start to code with '*' instead of 'body':
- {padding: 0; margin: 0; box-sizing: border-box;}
For font-size use 'rem' instead of 'px'. Rem is a relative unit related to the root font sizes. Px is not scalable, it is an absolute unit.
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