W3Cschool
恭喜您成為首批注冊(cè)用戶
獲得88經(jīng)驗(yàn)值獎(jiǎng)勵(lì)
以下列表包含外邊距屬性的說(shuō)明。
百分比值始終從包含塊的寬度導(dǎo)出,即使用于填充頂部和底部邊緣。
以下代碼將Margin添加到元素。
<!DOCTYPE HTML>
<html>
<head>
<style type="text/css">
img {
border: 4px solid black;
background: lightgray;
padding: 4px;
margin: 4px 20px;
}
</style>
</head>
<body>
<img src="https://www.m.hgci.cn/style/download.png" alt="small banana">
<img src="https://www.m.hgci.cn/style/download.png" alt="small banana">
</body>
</html>
對(duì)于內(nèi)聯(lián)元素,其邊距不會(huì)顯示在頂部和底部邊緣。
margin屬性可以有一到四個(gè)值。
margin: 2px 5px 7px 9px; top margin is 2px right margin is 5px bottom margin is 7px left margin is 9px margin: 2px 5px 7px; top margin is 2px right and left margins are 5px bottom margin is 7px margin: 2px 5px; top and bottom margins are 2px right and left margins are 5px margin: 2px; all four margins are 2px
屬性 | 描述 | CSS |
---|---|---|
margin-bottom | 設(shè)置底部的邊距 | 1 |
margin-left | 設(shè)置左邊距 | 1 |
margin-right | 設(shè)置右邊距 | 1 |
margin-top | 設(shè)置頂邊距 | 1 |
margin | 設(shè)置四個(gè)方向的頁(yè)邊距 | 1 |
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)系方式:
更多建議: