Bootstrap學習筆記(二) 排版及表格

來源:互聯網
上載者:User

標籤:

一、h1~h6標籤

固定不同層級標題字型大小,h1=36px,h2=30px,h3=24px,h4=18px,h5=14px和h6=12px。

 

1、重新設定了margin-top和margin-bottom的值,  h1~h3重設後的值都是20px;h4~h6重設後的值都是10px。
2、所有標題的行高都是1.1(也就是font-size的1.1倍),而且文本顏色和字型都繼承父元素的顏色和字型。

二、h1~h6標籤的副標題<small>標籤

<h1>Bootstrap標題一<small>我是副標題</small></h1>
h1 small,.h1 small,h2 small,.h2 small,h3 small,.h3 small,h1 .small,.h1 .small,h2 .small,.h2 .small,h3 .small,.h3 .small {font-size: 65%;}h4,.h4,h5,.h5,h6,.h6 { margin-top: 10px;margin-bottom: 10px;}h4 small,.h4 small,h5 small,.h5 small,h6 small,.h6 small,h4 .small,.h4 .small,h5 .small,.h5 .small,h6 .small,.h6 .small { font-size: 75%;}

1、行高都是1,而且font-weight設定了normal變成了常規效果(不加粗),同時顏色被設定為灰色(#999)。
2、由於<small>內的文本字型在h1~h3內,其大小都設定為當前字型大小的65%;而在h4~h6內的字型大小都設定為當前字型大小的75%;

三、body標籤及p標籤 的初始設定

body {font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;font-size: 14px; line-height: 1.42857143; color: #333; background-color: #fff;}

p {margin: 0 0 10px;}

1、行高為1.42857143(line-height),大約是20px

 

Bootstrap學習筆記(二) 排版及表格

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.