Answers for "set body to full height and width in html"

0

body width full

body {
    min-width: fit-content;
}
Posted by: Guest on August-14-2020
-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 "set body to full height and width in html"

Browse Popular Code Answers by Language