Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

position footer to stay at bottom of screen flexbox

/* Use flex and set auto margin */
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

footer {
  margin-top: auto;
}
Source by wetainment.com #
 
PREVIOUS NEXT
Tagged: #position #footer #stay #bottom #screen #flexbox
ADD COMMENT
Topic
Name
3+4 =