+ 1
How to align a text at the bottom?
with html and css
2 Answers
+ 3
Adding
position: absolute;
bottom: 0;
to the styling of the element works if you want to put something at the bottom of a div.
Now, obviously it would also be easier to help if I could see the code.
+ 2
Make a footer .. that should work