Closed DaemonLoki closed 4 years ago
Footer should always be shown at the bottom of the page. Possibilities to do that:
flex
grid
1fr
Footer should always be shown at the bottom of the page. Possibilities to do that:
flex
: give the content a flex of 1 to make it stretch across the screen and give the header and footer a fixed size.grid
: fixed sizes for header and footer and the content1fr