Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
development:css:bootstrap [2020/02/27 15:15] kalenpw created |
development:css:bootstrap [2021/06/29 15:00] (current) kalenpw |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== Bootstrap ====== | ====== Bootstrap ====== | ||
+ | * [[.bootstrap : animated_hamburger_menu | Animated Hamburger Menu ]] | ||
---- | ---- | ||
- | ===== Sticky Footer | + | ===== CDN ===== |
- | Ensure your content is all wrapped in a '' | + | <code html> |
- | < | + | <link rel=" |
- | html, | + | </code> |
- | body { | + | ---- |
- | height: 100%; | + | |
- | } | + | |
- | body { | ||
- | display: flex; | ||
- | flex-direction: | ||
- | } | ||
- | |||
- | .content-wrapper { | ||
- | flex: 1 0 auto; | ||
- | } | ||
- | |||
- | footer { | ||
- | flex-shrink: | ||
- | } | ||
- | </ |