Our reporter did not find any issues in this project! š
Design comparison
Reports
Accessibility report (0)
i_d_s_lās questions for the community
There are strong problems with upper margins for adhd elements, and in general, in my humble opinion, the site looks great. I will be glad if you share your opinion on my work! :)
Community feedback
Hassia Issah⢠23,850
@Hassiai
Posted
Give the styling you gave to the main to the body.
For the left and right sides space of the page, give the main max-width of 1440px, a width of 80% and margin: 0 auto.
main{
max-width:1440px;
width: 80%;
margin: 0 auto;
}
Hope am helpful.
Well done for completing this challenge. HAPPY CODING
Marked as helpful
1
i_d_s_l⢠210
@ilvdrskn
Posted
@Hassiai Thanks for advice!
1
Please log in to post a comment
Log in with GitHubJoin our Slack community
Join over 180,000 people taking the challenges, talking about their code, helping each other, and chatting about all things front-end!