今天被問了一個問題:」有沒有想過為什麼Bootstrap要預設是12列?「
花了Bootstrap一段時間,的確沒想過為什麼要預設是12列。 (推薦學習:Bootstrap影片教學)
覺得是因為版面比較方便,常見的分2塊,3塊,4塊都可以方便分完。
既然有假設,那還是要求證一下。
Google上一陣搜尋。
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列呢?
繼續Google。
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列的詳細內容。更多資訊請關注PHP中文網其他相關文章!