Answers for "make body full width and height"

0

body width full

body {
    min-width: fit-content;
}
Posted by: Guest on August-14-2020
0

setting height and width on body

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

Code answers related to "make body full width and height"

Browse Popular Code Answers by Language