Answers for "blank space on the right side html"

1

html - blank space at left

<span style="padding-left:20px">My text</span>
Posted by: Guest on July-28-2020
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

Browse Popular Code Answers by Language