bootstrap为什么是12列


本文摘自PHP中文网,作者(*-*)浩,侵删。

今天被问了一个问题:”有没有想过为什么Bootstrap要默认是12列?“

用了Bootstrap一段时间,的确没想过为什么要默认是12列。(推荐学习:Bootstrap视频教程)

觉得是因为布局比较方便,常见的分2块,3块,4块都可以方便分完。

既然有假设,那还是要求证一下。

谷歌上一阵搜索。

1

2

3

Contrary to the question’s parenthetical, Bootstrap was always at 940px wide, and not 960px, even with the original

16 columns. With the switch to 12 columns in Bootstrap 2, we wanted to simplify the overall grid (16 columns is right

on the edge of enough granularity) and make it easier to get three columns.

大致意思就是原来是16列的,后来改成了12列,是为了更容易可以排出三列。

好,那么问题来了,为什么之前是设计16列呢?

继续谷歌。

1

2

3

16-columns has long been the go-to grid for designers and developers, but we’ve noticed a shift to 12- and 24-columns

 to offer a more flexible layout. And they’re right for doing so―gridded layouts work best with an odd number of

 columns (you often see three columns, but four or six are not that popular).

这个是Bootstrap的github bug列表中2011年的一段讨论,题目是问为什么用16列代替了24列。原来16列之前还有24列。大概是说,16列是开发和设计人员的首选,但是12列或者是24列可以更灵活。其中说到就是奇数列的布局更常见,比如经常可以看到三列形式的布局。

更多Bootstrap相关技术文章,请访问Bootstrap教程栏目进行学习!

以上就是bootstrap为什么是12列的详细内容,更多文章请关注木庄网络博客

相关阅读 >>

bootstrap能和vue一起用吗

jquery和bootstrap的区别是什么?

bootstrap能做什么

bootstrap 分页的实现方法

bootstrap组件怎么使用方法

bootstrap的常见面试题(总结)

bootstrap用什么开发工具

bootstrap和jquery ui之间的简单比较

bootstrap模态框加滚动条

快速入门bootstrapvue

更多相关阅读请进入《bootstrap》频道 >>




打赏

取消

感谢您的支持,我会继续努力的!

扫码支持
扫码打赏,您说多少就多少

打开支付宝扫一扫,即可进行扫码打赏哦

分享从这里开始,精彩与您同在

评论

管理员已关闭评论功能...