Make Div Height 100% of Screen

后端 未结 3 844
抹茶落季
抹茶落季 2020-12-12 03:14

I have been reading all the 100% div height discussions and I can\'t find a simple solution. How can I make my div take up all of the vertical height of the screen?

3条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-12 03:36

    html, body {padding: 0px; margin: 0px; height: 100%;}
    

    http://jsfiddle.net/kEv8F/ - my version.

    http://jsfiddle.net/kEv8F/ - your version.

    Is that what you meant?

提交回复
热议问题