Design comparison
SolutionDesign
Solution retrospective
Q1. how to locate attribution text to bottom?
Community feedback
- @mslyszPosted over 1 year ago
Welcome. To place the attribution section at the bottom of the page instead of the static position use position: fixed in your CSS styles like this:
.attribution { position: fixed; bottom: 0; left: 0; right: 0; font-size: 11px; text-align: center; }
The element will be fixed perfectly at the bottom of the page. I hope I have helped. Kind regards.
Marked as helpful0
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