
Please log in to post a comment
Log in with GitHubCommunity feedback
- @jccaychop
I liked your solution. What I could recommend is to add a style reset to your style sheet, which will remove the default padding and margins. This will make your page not have unnecessary scroll.
:root { ..... your code }
- { margin: 0; box-sizing: border-box; padding: 0; }
body { ..... your code }
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