How to remove margin space around body or clear default css styles

后端 未结 7 1396
夕颜
夕颜 2020-11-22 06:09

I am admittedly a beginner, but I also did a fair amount of searching before posting this. There seems to be extra space around my div element. I also would like to point ou

相关标签:
7条回答
  • 2020-11-22 06:39

    Go with this

    body {
        padding:0px;
        margin:0px;
    }
    
    0 讨论(0)
提交回复
热议问题