mhulse / css-issues

Practical CSS code snippets and examples.
11 stars 1 forks source link

Flexbox sticky footer #112

Open mhulse opened 7 years ago

mhulse commented 7 years ago

https://philipwalton.github.io/solved-by-flexbox/demos/sticky-footer/

mhulse commented 6 years ago

This should only be used if targets are modern browsers:

https://caniuse.com/#search=flexbox

Non-flexbox alternative: #132