Remove “whitespace” between div element

前端 未结 8 1916
北海茫月
北海茫月 2020-11-29 06:59

This is my HTML code


8条回答
  •  醉话见心
    2020-11-29 07:22

    You need this

    
    
    
    <-- I absolutely don't know why, but go ahead, and add this code snippet to your CSS -->
    
    *{
        margin:0;
        padding:0;
    }
    

    That's it, have fun removing all those white-spaces problems.

提交回复
热议问题