What is the difference among col-lg-*, col-md-* and col-sm-* in Bootstrap?

前端 未结 11 1331
别跟我提以往
别跟我提以往 2020-11-22 14:39

What is the difference among col-lg-* , col-md-* and col-sm-* in Twitter Bootstrap?

11条回答
  •  攒了一身酷
    2020-11-22 15:30

    Device Sizes and class prefix:

    • Extra small devices Phones (<768px) - .col-xs-
    • Small devices Tablets (≥768px) - .col-sm-
    • Medium devices Desktops (≥992px) - .col-md-
    • Large devices Desktops (≥1200px) - .col-lg-

    Grid options:

    Reference: Grid System

提交回复
热议问题