css中元素的auto屬性值是什麼意思,比如margin:0 auto表示什嗎?

來源:互聯網
上載者:User

標籤:大小   預設   預設值   auto   效果   相等   style   使用   ext   

auto 你可以理解為一種 自動/自適應 的概念 比如 現在項目需要一個寬度為960px的整體布局置中 
根據使用者瀏覽器大小不同你將需要使用margin:0 auto;來實現。 無論使用者瀏覽器寬度為多少。
960px的定位寬度永遠置中。

css中的auto是自動適應的意思,而在css中auto往往都是預設值。

正如margin:0 auto,意思就是上下邊距為0,左右邊距為auto,就是自動適應。
但是,如果要使用他的話,就必須給標籤配上指定的寬度,如下:
<div class="center">置中</div>
<style type="text/css">
.center{
width:200px;

height:200px;

margin:0 auto;

}
</style>
另外,margin:0 auto 和 margin: 0 auto 0 auto 的效果是相同的。
都是指的上下邊距為0,左右邊距自動適應寬度相等。

css中元素的auto屬性值是什麼意思,比如margin:0 auto表示什嗎?

聯繫我們

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