Answers for "how to set width of body html"

0

setting height and width on body

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

Code answers related to "how to set width of body html"

Browse Popular Code Answers by Language