今天被问了一个问题:”有没有想过为什么bootstrap要默认是12列?“
用了Bootstrap一段时间,的确没想过为什么要默认是12列。(推荐学习:Bootstrap视频教程)
觉得是因为布局比较方便,常见的分2块,3块,4块都可以方便分完。
既然有假设,那还是要求证一下。
谷歌上一阵搜索。
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列呢?
继续谷歌。
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列的详细内容,更多请关注【创想鸟】其它相关文章!
版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件至253000106@qq.com举报,一经查实,本站将立刻删除。
发布者:PHP中文网,转转请注明出处:https://www.chuangxiangniao.com/p/3002611.html