Answers for "how to make html body alway 100% height and width"

0

setting height and width on body

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

how to make html body alway 100% height and width

html, 
body {
    height: 100%;
}
Posted by: Guest on April-22-2021

Code answers related to "how to make html body alway 100% height and width"

Browse Popular Code Answers by Language