Border around 100% body height and width (HTML 4.01 Strict)

后端 未结 7 670
灰色年华
灰色年华 2020-12-15 18:18

Okay, this is driving me crazy right now.

I want to have a border around my document. It should be nicely going around the whole window/viewport. So I define:

<
相关标签:
7条回答
  • 2020-12-15 19:04

    It also a bit ugly, but giving the body

    position:relative;
    top:-1px;
    left:-1px;
    

    worked for me.

    0 讨论(0)
提交回复
热议问题