Design comparison
SolutionDesign
Community feedback
- @HassiaiPosted over 1 year ago<div class="icons"> should be out of the main tag and wrap in a footer tag.
There is no need for <div class="landing-page"> in the html and its styling in the css.
For the left and right sides of the page, give the header, main and footer a max-width og 1440px a width of 80% and margin: 0 auto.
main, header, footer{ max-width:11440px; width 80%; margin: 0 auto; }
Hope am helpful.
Well done for completing this challenge. HAPPY CODING
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