Answers for "css white space after html tag"

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
0

white space in css

white-space: normal; | nowrap; | pre; | pre-line; | pre-wrap;
Posted by: Guest on July-27-2021

Browse Popular Code Answers by Language