Answers for "how to set full height of body in css"

1

html body full height

html {
  height: 100%;
}
body {
  min-height: 100%;
}
Posted by: Guest on May-08-2021

Code answers related to "how to set full height of body in css"

Browse Popular Code Answers by Language