Design comparison
SolutionDesign
Community feedback
- @G-GakiiPosted 4 months ago
** Hello.Great work** I have some suggestions about your code. you can consider adding margin, padding, and box-sizing to the universal selector (*) in CSS at the start to ensure consistent styling and layout across different elements.
margin: 0; padding: 0; box-sizing: border-box; }```
Marked as helpful0
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