Answers for "how to push footer to the bottom of the page"

2

push footer to bottom

.flex-wrapper {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  justify-content: space-between
}
Posted by: Guest on August-13-2020

Code answers related to "how to push footer to the bottom of the page"

Browse Popular Code Answers by Language