Posted By

crazylion on 06/24/08


Tagged

css


Versions (?)

版面置中


 / Published in: CSS
 

URL: http://blog.roodo.com/jaceju/archives/77741.html

  1. html, body {
  2. margin: 0;
  3. text-align: center;
  4. }
  5. #container {
  6. position: relative;
  7. margin: 0 auto;
  8. width: 760px;
  9. text-align: left;
  10. }

Report this snippet  

You need to login to post a comment.