css3基礎--Margin(外邊距)&&padding(外邊距)

來源:互聯網
上載者:User

標籤:style   blog   http   color   ar   sp   strong   div   on   

margin:用來定義元素周圍的空間。

margin清除周圍的元素(外邊框)的地區。margin沒有背景顏色,是完全透明的。

margin可以單獨改變元素的上,下,左,右邊距。也可以一次改變所有的屬性。

1 div{2     margin-top:10px;3     margin-buttom:10px;4     margin-right:10px;5     margin-left:10px;6 }
/*表示上下為10px,左右為25px*/

div{ margin:10px 25px;}
/*表示上邊框為10px,左右為25px 下邊為30px*/
div{
margin:10px 25px 30px;
}

padding:

定義元素的邊框與元素內容之間的空間。

1 div{2    padding-top:10px;3    padding-right:10px;4    padding-buttom:10px;5    padding-left:10px;6 }

css3基礎--Margin(外邊距)&&padding(外邊距)

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在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.