Design comparison
SolutionDesign
Solution retrospective
Hi, please leave a comment if you have any suggestions on how I could improve this solution.
Community feedback
- @AdrianoEscarabotePosted about 2 years ago
Hello vglumac, how are you?
I really liked the result of your project, but I have some tips that I think you will like:
Wrap a
.attribution
div, with a tag footer!If we see how the layout is behaving at higher resolutions, with the help of google dev tools we will see that it is stretching too much, to solve this we can use a max-width with the value we want the content to stop growing and to center use a margin: 0 auto;
body { maximum width: 1440px; margin: 0 auto; }
The rest is great!
Hope I helped... 👍
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