TravelAmore / TravelAmore.github.io

Company Website for school project.
MIT License
0 stars 1 forks source link

How to keep the footer at the bottom of the page with CSS #2

Closed comaldave closed 6 years ago

comaldave commented 6 years ago

How to keep the footer at the bottom of the page with CSS

Atten: @CherylCrawford https://codepen.io/cbracco/pen/zekgx

I do believe that it is inappropriate to try to use flex boxes for defining the position of the header, center, and footer elements of body on your site. This example code explains what I believe to be the best and simplest solution.

Of course, the header, footer, and center should continue to be flex containers.

Claire-Crawford commented 6 years ago

https://philipwalton.github.io/solved-by-flexbox/demos/holy-grail/ This is how we implemented it