Design comparison
SolutionDesign
Community feedback
- @correlucasPosted over 2 years ago
πΎHello Ibukunoluwa, congratulations for your new solution!
Your solution is just fine, but you've to fix the background that's with a big gap between the background and the screens. Remember to don't apply margins or padding to body to create a gap between the content and the screen edges.
To fix that you've to remove the paddings from the
body
, see the changes belowbody { font-size: 17px; font-family: 'League Spartan', sans-serif; /* padding: 1.8em 2em; */ }
π I hope this helps you and happy coding!
0
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