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

前端 未结 17 1052
眼角桃花
眼角桃花 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:25

    I had same problem. It was resolved by following css line;

    h1{margin-top:0px}
    

    My main div contained h1 tag in the beginning.

提交回复
热议问题