BootStrap響應(yīng)式網(wǎng)格布局學(xué)習(xí)筆記

Bootstrap:

HTML, CSS, and JS framework for developing responsive, mobile first projects on the web.

Bootstrap makes front-end web development faster and easier. It's made for folks of all skill levels, devices of all shapes, and projects of all sizes.

Bootstrap easily and efficiently scales your websites and applications with a single code base, from phones to tablets to desktops with CSS media queries.

4層class:xs (phones), sm (tablets), md (desktops), and lg (larger desktops). You can use nearly any combination of these classes to create more dynamic and flexible layouts.

簡單、靈活地用于搭建Web頁面的HTML,CSS,JavaScript的工具集。

Creating Your Own CSS Grid System:

Sometimes using a framework is overkill if all you really need is a grid.

基本網(wǎng)格包括:

1.一個容器 a container:用于設(shè)置整個網(wǎng)格的寬度。容器的寬度通常是100%,也可以為更大的設(shè)備設(shè)置一個最大寬度 max-width 。

2.行 rows:the purpose of the row element is to keep the columns inside it from ovflowing onto other rows.

To achieve this, we'll use the clearfix hack (清除浮動)to make sure everything inside the row stays inside the row. ? ?.row:before, .row:after { content: ""; display:table; clear: both; }

3. columns:有多種方法在CSS中給columns定位(浮動,inline-block, display-table, display-flex)。

最不容易出錯并且廣泛使用的是浮動float方法:如果columns是空的,那么floated columns 會在每個的頂部堆疊。所以在浮動時,要給每個column一個最小高度,{

?float: left;

min-height: 1px;?}

Column Width:用 容器的寬度 / columns的總數(shù)。?

4. gutters:設(shè)置容器的 box-sizing: border-box ,使得為元素設(shè)定的寬度和高度決定元素的邊框盒。

最后編輯于
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請聯(lián)系作者
【社區(qū)內(nèi)容提示】社區(qū)部分內(nèi)容疑似由AI輔助生成,瀏覽時請結(jié)合常識與多方信息審慎甄別。
平臺聲明:文章內(nèi)容(如有圖片或視頻亦包括在內(nèi))由作者上傳并發(fā)布,文章內(nèi)容僅代表作者本人觀點,簡書系信息發(fā)布平臺,僅提供信息存儲服務(wù)。

相關(guān)閱讀更多精彩內(nèi)容

  • **2014真題Directions:Read the following text. Choose the be...
    又是夜半驚坐起閱讀 11,118評論 0 23
  • 第一次拿圓珠筆畫,,,
    姑蘇art閱讀 225評論 0 3
  • 她叫余旭,川妹子。她是仙女,因為她會飛。她是英雄,因為她是軍人。 在刷微博的時候突然看見這個消息,觸動很大。不知道...
    嘿_老妖閱讀 284評論 0 1
  • 據(jù)世界衛(wèi)生組織統(tǒng)計,全球網(wǎng)絡(luò)抑郁癥發(fā)病率約為11%,全球約有3.4億抑郁癥患者每年因抑郁癥自殺死亡人數(shù)估計高達(dá)...
    午間西瓜閱讀 1,714評論 0 0
  • 連續(xù)霧霾好幾天,今天孩子幼兒園停課一天,昨晚到今天中午一直在下小雨,霧氣卻也一直沒有散 上午一直在做姜糖的...
    Lyn林閱讀 137評論 0 0

友情鏈接更多精彩內(nèi)容