small margin / gap at the top of document

前端 未结 1 592
名媛妹妹
名媛妹妹 2020-12-04 01:12

I have come across this before a while back and forgotten what the solution was. I have a small gap at the very top of my document, maybe 5/10px?

I think you will kn

相关标签:
1条回答
  • 2020-12-04 01:47

    In your CSS file add this:

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