用CSS製作網頁時置中如何??

來源:互聯網
上載者:User
css|網頁

  在使用表格的時候,我們發現置中是很容易的,但是在css中如何讓頁面置中呢?使用css,設定了div align=center一樣無效,怎麼才能讓頁面置中呢,在使用css的過程中發現,置中跟body的屬性有關,來看看

body {
text-align:center;
}
#container{
margin:0 auto;
wdith:760px;
text-align:left;
}

  在body屬性的文字文本對齊中使用center

  在容器的外補丁margin中,設定左右自動即auto就可以讓頁面置中了



相關文章

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.