Answers for "fix footer"

0

fix footer

#root {
 display: flex;
 flex-direction: column;
}
Posted by: Guest on June-18-2021
0

fix footer

html, body, #root {
  height: 100%;
}
Posted by: Guest on June-18-2021

Code answers related to "fix footer"

Code answers related to "Javascript"

Browse Popular Code Answers by Language