how to remove white space in the right side of web page code example
Example: how to remove white space in the right side of web page
html,body {
margin:0;
padding:0;
overflow-x:hidden;
}
html,body {
margin:0;
padding:0;
overflow-x:hidden;
}