https://github.com/devonwintz/sticky-footer
Creating a sticky footer, using the Grid Layout and the Flexbox approach.
https://github.com/devonwintz/sticky-footer
css-grid flexbox-layout footer html sticky-footer
Last synced: 3 months ago
JSON representation
Creating a sticky footer, using the Grid Layout and the Flexbox approach.
- Host: GitHub
- URL: https://github.com/devonwintz/sticky-footer
- Owner: devonwintz
- Created: 2020-10-04T17:45:51.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-04T17:52:58.000Z (over 5 years ago)
- Last Synced: 2025-01-20T16:27:01.016Z (over 1 year ago)
- Topics: css-grid, flexbox-layout, footer, html, sticky-footer
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Sticky Footer
With the aid of a simple example, we'll look at two techniques for creating a *sticky* footer, using the *Grid Layout* and the *Flexbox* approach.