W3Cschool
恭喜您成為首批注冊(cè)用戶
獲得88經(jīng)驗(yàn)值獎(jiǎng)勵(lì)
W3.CSS 提供以下邊距類:
類 | 定義 |
---|---|
w3-margin | 向元素的所有邊添加16px 的邊距 |
w3-margin-top | 向元素添加 16px 的上邊距 |
w3-margin-right | 向元素添加 16px 的右邊距 |
w3-margin-bottom | 向元素添加 16px 底邊距 |
w3-margin-left | 向元素添加 16px 的左邊距 |
w3-section |
向元素添加 16px 的上邊距和下邊距 |
w3-margin 類向元素的所有邊添加 16px 的邊距:
<div class="w3-container w3-margin">
<p>在所有的邊上擁有16像素的邊距。</p>
</div>
w3-margin-top 類向元素的上邊框添加 16px 的邊距:
<div class="w3-container w3-margin-top">
<p>在上邊框上擁有16像素的邊距。</p>
</div>
w3-margin-bottom 類向元素的下邊框添加 16px 的邊距:
<div class="w3-container w3-margin-bottom">
<p>在下邊框上擁有16像素的邊距。</p>
</div>
w3-margin-left 類向元素的左邊框添加 16px 的邊距:
<div class="w3-container w3-margin-left">
<p>在左邊框上擁有16像素的邊距。</p>
</div>
w3-margin-right 類向元素的左邊框添加 16px 的邊距:
<div class="w3-container w3-margin-right">
<p>在右邊框上擁有16像素的邊距。</p>
</div>
許多 HTML 元素沒有默認(rèn)的頂部或底部邊距。這樣的元素將在它們之間顯示空白。
w3-section 類可用于分離元素。
它向任何 HTML 元素添加 16px 的上下邊距:
<div class="w3-container w3-section w3-blue">
<h1>我是藍(lán)色的</h1>
</div>
<div class="w3-container w3-section w3-green">
<h1>我是綠色的</h1>
</div>
Copyright©2021 w3cschool編程獅|閩ICP備15016281號(hào)-3|閩公網(wǎng)安備35020302033924號(hào)
違法和不良信息舉報(bào)電話:173-0602-2364|舉報(bào)郵箱:jubao@eeedong.com
掃描二維碼
下載編程獅App
編程獅公眾號(hào)
聯(lián)系方式:
更多建議: