How do I remove the top margin in a web page?

前端 未结 17 1047
眼角桃花
眼角桃花 2020-11-29 02:26

I have had this problem with every web page I have created. There is always a top margin above the \'main container\' div I use to place my content in the center of the pag

17条回答
  •  無奈伤痛
    2020-11-29 03:12

    style="text-align:center;margin-top:0;" cz-shortcut-listen="true"
    

    paste this at your body tag!

    this will remove the top margin

提交回复
热议问题