Answers for "100% div height does not cover wider screen"

CSS
7

how to set a div size to full screen

height: 100vh
Posted by: Guest on July-27-2020
-1

css not full width

html, body {
width: 100%;
height: 100%;
margin: 0px;
padding: 0px;
}
Posted by: Guest on June-26-2021

Browse Popular Code Answers by Language