Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

html make footer stick to bottom

body{
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
footer{
    margin-top: auto;
}
 
PREVIOUS NEXT
Tagged: #html #footer #stick #bottom
ADD COMMENT
Topic
Name
6+8 =