Answers for "whitespace in html on the sides"

0

html white space on both sides of the page

html,body
{
    width: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}
Posted by: Guest on February-25-2021

Browse Popular Code Answers by Language