white space at top of page html code example
Example: html white space on both sides of the page
html,body
{
width: 100%;
margin: 0px;
padding: 0px;
overflow-x: hidden;
}
html,body
{
width: 100%;
margin: 0px;
padding: 0px;
overflow-x: hidden;
}