Why is the HTML element not taking full space of the viewport?
Can someone please explain, as I am just starting out with these things.
I tried setting
html,body{
min-width:100%;
// or width:100vw;
}
but still some empty space is being left out. However it is showing same dimension as in chrome dev tools (both are 504px)
What is happening here?
New contributor
Amogh Jain is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.