Answers for "css body not full height"

CSS
1

html body full height

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

css not full width

html, body {
width: 100%;
height: 100%;
margin: 0px;
padding: 0px;
}
Posted by: Guest on June-26-2021

Browse Popular Code Answers by Language