
Sticky Footer: CSS Tutorial (Day 13 of CSS3 in 30 Days)
video description
Date: 2022-03-14
Related videos
Comments and reviews: 2
Nimish
I don't understand why this and why not use position:fixed with bottom:0 for the footer?! wouldn't that be a better choice for a sticky footer? I guess that goes same for the header too
reply
I don't understand why this and why not use position:fixed with bottom:0 for the footer?! wouldn't that be a better choice for a sticky footer? I guess that goes same for the header too
reply
Rook
Option where footer height can be unknown: give .sticky-footer-lesson display:flex; flex-direction:column; min-height:100vh; give .page-content flex:1;
reply
Option where footer height can be unknown: give .sticky-footer-lesson display:flex; flex-direction:column; min-height:100vh; give .page-content flex:1;
reply
Add a review, comment
Other channel videos















