Answers for "html make footer stick to bottom"

CSS
4

html make footer stick to bottom

body{
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
footer{
    margin-top: auto;
}
Posted by: Guest on May-12-2021

Code answers related to "html make footer stick to bottom"

Browse Popular Code Answers by Language