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

后端 未结 7 694
灰色年华
灰色年华 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:00

    Here's a simple solution using only the html and body elements (no need for nested divs). It takes advantage of the special behaviour of the HTML element (it can't have an outer border so it must shrink to display it).

    
    
    
    
    
    
    
    
    
    

提交回复
热议问题