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

23css中的水平居中显示标签用法

时间:2017-07-10 23:46:23      阅读:245      评论:0      收藏:0      [点我收藏+]

标签:body   class   oct   desktop   img   top   head   set   order   

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>无标题文档</title>
<style type="text/css">
div{
    border:1px solid red;
    margin:20px;
    }
.txtcenter{text-align:center;}
</style>
</head>

<body>
<div class="txtcenter">居中显示</div>
<div class="txtcenter"><img src="../Desktop/11.jpg" width="101" height="101" /></div>

</body>
</html>

 

23css中的水平居中显示标签用法

标签:body   class   oct   desktop   img   top   head   set   order   

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

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