Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mdbootstrap/bootstrap-how-to-position-footer-at-bottom
In order for this element position at the bottom of the page, you have to add fixed-bottom to the class footer. https://mdbootstrap.com/how-to/bootstrap/footer-at-bottom/ Click on the image to see a live demo.
https://github.com/mdbootstrap/bootstrap-how-to-position-footer-at-bottom
bootstrap bootstrap-template bootstrap-theme bootstrap5 bottom css footer html position
Last synced: 15 days ago
JSON representation
In order for this element position at the bottom of the page, you have to add fixed-bottom to the class footer. https://mdbootstrap.com/how-to/bootstrap/footer-at-bottom/ Click on the image to see a live demo.
- Host: GitHub
- URL: https://github.com/mdbootstrap/bootstrap-how-to-position-footer-at-bottom
- Owner: mdbootstrap
- License: other
- Created: 2022-07-14T08:57:00.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-07-14T08:58:00.000Z (over 2 years ago)
- Last Synced: 2024-10-31T17:46:27.636Z (20 days ago)
- Topics: bootstrap, bootstrap-template, bootstrap-theme, bootstrap5, bottom, css, footer, html, position
- Language: SCSS
- Homepage:
- Size: 956 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License.pdf
Awesome Lists containing this project
README
## How to position footer at bottom in Bootstrap?
In order for this element [position](https://mdbootstrap.com/docs/standard/utilities/position/) at the bottom of the page, you have to add `fixed-bottom` to the class `footer`.
```html
```
#### More information and detailed description can be found at [📄 Documentation page](https://mdbootstrap.com/how-to/bootstrap/footer-at-bottom/)