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

css图片水平垂直居中

时间:2017-01-05 13:05:25      阅读:165      评论:0      收藏:0      [点我收藏+]

标签:style   class   pre   css   play   ica   splay   水平   垂直   

<style>
.wrap{width:1200px;height:800px;border:1px solid #ccc;margin:50px auto;}
.box{width:1200px;height:800px;display:table-cell;vertical-align: middle;text-align: center;}
img{vertical-align: middle;}
</style>
------------------------------------------------------------------------------------------------------
<body>
<div class="wrap">
<div class="box">
<img src="1.jpg" >
</div>
</div>
</body>

css图片水平垂直居中

标签:style   class   pre   css   play   ica   splay   水平   垂直   

原文地址:http://www.cnblogs.com/jackyblog/p/6251819.html

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