Design comparison
Solution retrospective
This project made me realize how much I love frontend especially as I was making the designs come alive! Still, I think my code looks messy. Are there recommended best practices that I can use to clean up the code?
Community feedback
- @AdrianoEscarabotePosted almost 2 years ago
Hi Mishael, 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 is breaking at higher resolutions and this is harming the design of the page, to solve this we can do this:
body { max-width: 1440px; margin: 0 auto; }
The rest is great!
I hope it helps... 👍
Marked as helpful1@mishael-codesPosted almost 2 years ago@AdrianoEscarabote
Thanks for the feedback Adriano.
I did as you said and it looks better even on screens with a greater width than 1440px.
Thanks so much for your help.
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