首页 > 其他 > 详细

盒子水平垂直居中

时间:2016-09-10 11:38:19      阅读:181      评论: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
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!