Answers for "css html body width 100"

-1

how to make html body alway 100% height and width

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

Browse Popular Code Answers by Language