2018-04-20 bootstrap 栅格布局

要点一:容器、行与列

           

             

 
        

           

   


           

 

 


screen设置

@media(min-width:768px){

  .container {width:750px;}}

@media(min-width:992px){

  .container {width:970px;}}

@media(min-width:1200px){

  .container {width:1170px;}}

你可能感兴趣的:(2018-04-20 bootstrap 栅格布局)