div stretch 100% page height regardless of content

前端 未结 3 348
醉酒成梦
醉酒成梦 2021-01-13 09:07

live (work in progress) site

Basically, I have all of my site\'s content centered within a div that is a specified width and an intended height of 100% regardless of

3条回答
  •  夕颜
    夕颜 (楼主)
    2021-01-13 10:02

    see this jsfiddle

    html, body {height: 100%;}
    .container {min-height: 100%;}
    

    discussing this over here too.....

    proper css to ensure that the body element fills the entire screen

提交回复
热议问题