Using flexbox sticky footer with bootstrap

前端 未结 4 670
一整个雨季
一整个雨季 2021-02-14 09:58

I\'m trying to use this sticky footer:

http://philipwalton.github.io/solved-by-flexbox/demos/sticky-footer/

body{
  display: flex;
  min-height: 100vh;
          


        
4条回答
  •  终归单人心
    2021-02-14 10:44

    I'd suggest to take out a bit of confusion since the snippet does not really match with the linked details. Plus it has a typo. Just to let the framing tags work as fix points.

    
      
      

提交回复
热议问题