码迷,mamicode.com
首页 > 其他好文 > 详细

盒子水平垂直居中

时间:2016-09-10 11:38:25      阅读:117      评论:0      收藏:0      [点我收藏+]

标签:


<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>上下垂直居中 在线演示 DIVCSS5</title>
<style>
.Absolute-Center {
margin: auto;
position: absolute;
top: 0; left: 0; bottom: 0; right: 0;
width:400px;height:200px;border:1px solid #00F;
}
</style>
<body>
<div class="Absolute-Center">DIV水平居中和上下垂直居中</div>
</body>
</html>

盒子水平垂直居中

标签:

原文地址:http://www.cnblogs.com/meidik/p/5859024.html

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