Answers for "body and html height 100%"

0

html body full height

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

setting height and width on body

body {
	min-height: 100vh;
	width: 100%;
}
Posted by: Guest on June-02-2021

Browse Popular Code Answers by Language