Bootstrap row and col explanation

后端 未结 4 928
半阙折子戏
半阙折子戏 2021-01-25 02:02

Is this valid bootstrap?

4条回答
  •  悲&欢浪女
    2021-01-25 02:47

    Bootstrap has a own Grid-System, which allows you up to 12 columns. From the docu:

    Bootstrap includes a responsive, mobile first fluid grid system that appropriately scales up to 12 columns as the device or viewport size increases.

    It has a reason why it is just 12, and not as many as you want to have. This article describes it perfectly well: The Subtle Magic Behind Why the Bootstrap 3 Grid Works

    After reading this, you are perfectly ready to work with Bootstraps grid system in the way its meant to be.

提交回复
热议问题