@igafshellSubmitted about 2 years ago
- How do you make a footer containing some text that sticks to the bottom?
'''How do you make a footer containing some text that sticks to the bottom?'''
You can use the property: footer { position: absolute; ( To make the footer or div float) bottom: 0; (keeps the element glued down) /* After that, you can centralized. */
}