Answers for "html css white space right side of page"

1

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
0

blank space on the right side html

html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}
Posted by: Guest on October-12-2020

Code answers related to "html css white space right side of page"

Browse Popular Code Answers by Language