Design comparison
SolutionDesign
Community feedback
- @damigandPosted 4 months ago
The dimensions of the solution are a bit smaller than the dimensions of the challenge. I suggest adding the
attribution
section outside of themain
section because it messes up with the solution a little bit. Next time, try using the next code in yourattribution
element:.attribution { position: absolute; bottom: 0; left: 0; right: 0; }
This will help you align your
attribution
element at the bottom of the page. Make sure it's outside of anymain
element, at the very end of thebody
. The rest is pretty solid, it looks really similar. Keep up the good work!0
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