How to vertically center a container in Bootstrap?

后端 未结 9 1433
囚心锁ツ
囚心锁ツ 2020-11-22 09:06

I\'m looking for a way to vertically center the container div inside the jumbotron and to set it in the middle of the page.

The .jum

9条回答
  •  长情又很酷
    2020-11-22 09:39

    If you're using Bootstrap 4, you just have to add 2 divs:

    .jumbotron{
      height:100%;
      width:100%;
    }
        
    
    
    
    
      
    your stuff...

    More stuff...

    The classes: d-table, d-table-cell, w-100, h-100 and align-middle will do the job

提交回复
热议问题