Design comparison
SolutionDesign
Solution retrospective
Hi guys,
I am asking you for all the tips you could show me to improve my coding. Thanks a lot in advance :)
Mileenka
Community feedback
- @AdrianoEscarabotePosted about 2 years ago
Hi Mileenka, how are you?
I really liked the result of your project, but I have some tips that I think you will enjoy:
I noticed that the content in higher resolutions is going to the side, to fix this we can do this:
body header { max-width: 1440px; }
and
@media (min-width: 1000px) body main { max-width: 1440px; }
this way the content will have a maximum width!
The rest is great!
I hope it helps... 👍
1
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