Submitted about 2 years ago
Responsive home page with css grid && toggle menu
@mariano3232
Design comparison
SolutionDesign
Solution retrospective
My stylessheet its kind of a mess. How would you make it cleaner?
Community feedback
- @AdrianoEscarabotePosted about 2 years ago
Hi Mariano Melendez, 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 growing a lot in higher resolutions, to make the element have a maximum width, we can do this:
body { max-width: 1440px; margin: 0 auto; }
To improve the code structure wrap this div:
<div class="attribution">
with the semantic tag
footer
The rest is great!
I hope it helps... 👍
Marked as helpful1
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