2009年6月24日 星期三

版面(元素)置中,居中布局

SimpleBits ~ CSS Centering 101

body {
text-align: center;
}

#container {
margin: 0 auto;
width: xxxpx;
}


<body>

  <div id="container">

    ...entire layout goes here...

  </div>

</body>

網誌存檔