(002)layout_单列定宽居中

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
  <head>
    <title>one_fixwidth.html</title>
    
    <meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
    <meta http-equiv="description" content="this is my page">
    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
    
    <!--<link rel="stylesheet" type="text/css" href="./styles.css">-->
    <style type="text/css">
        #layout {width: 400px;height: 300px;background: #99ffcc; margin: 0 auto;}
    </style>
  </head>
  
  <body>
        <div id="layout">此处显示layout的内容</div>
  </body>
</html>

 

posted @ 2015-01-29 09:20  雪中飞雁  阅读(51)  评论(0)    收藏  举报