css remove gap right side of div code example
Example 1: how to remove white space in the right side of web page
html,body {
margin:0;
padding:0;
overflow-x:hidden;
}
Example 2: html - blank space at left
<span style="padding-left:20px">My text</span>