码迷,mamicode.com
首页 > Web开发 > 详细

24css中不定宽块状元素水平居中设置

时间:2017-07-11 00:51:39      阅读:211      评论:0      收藏:0      [点我收藏+]

标签:logs   oct   html   nbsp   ext   ble   设置   log   type   

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>无标题文档</title>
<style type="text/css">
table{matgin:0 auto;}
.wrap{background:#ccc;}
</style>
</head>

<body>
<div>
    <table>
    <tbody>
        <tr><td>
        <ul>
        <li>第一行文本</li>
        <li>第二行文本</li>
        <li>第三行文本</li>
        </ul>
        </tr></td>
      </tbody>
    </table>
</div>

<div class="wrap">居中水平显示</div>

</body>
</html>

 

24css中不定宽块状元素水平居中设置

标签:logs   oct   html   nbsp   ext   ble   设置   log   type   

原文地址:http://www.cnblogs.com/Riona-C/p/7148202.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!