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

前端 未结 11 1356
别跟我提以往
别跟我提以往 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:03

    From Twitter Bootstrap documentation:

    • small grid (≥ 768px) = .col-sm-*,
    • medium grid (≥ 992px) = .col-md-*,
    • large grid (≥ 1200px) = .col-lg-*.

提交回复
热议问题