Design comparison
SolutionDesign
Solution retrospective
It was a good practice for basic HTML & CSS
Community feedback
- @SoulRvr29Posted over 1 year ago
You should move the attribution to the bottom of the page. To do this, add to the body:
body{ flex-direction: column; }
then replace your margin-right in .attribution with:
.attribution{ margin: 10px auto; }
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