Design comparison
SolutionDesign
Solution retrospective
Does anybody know how to place the footer exactly at the bottom? thanks! :)
Community feedback
- @tankop1Posted about 3 years ago
You can use absolute positioning with the
position: absolute
command in CSS. This allows you to position the element relative to the nearest positioned ancestor, allowing you to place an element 0 pixels from the bottom with the commandbottom: 0px
Marked as helpful2@notanutPosted about 3 years ago@tankop1 thank you so much! I'm still struggling in position absolute and relative things! glad you helped
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