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

div垂直居中

时间:2014-05-21 06:06:29      阅读:220      评论:0      收藏:0      [点我收藏+]

标签:style   blog   class   c   code   java   

bubuko.com,布布扣
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>上下垂直居中 在线演示 DIVCSS5</title>
<style>
#main {position: absolute;width:400px;height:200px;left:50%;top:50%;
margin-left:-200px;margin-top:-100px;border:1px solid #00F}
/*css注释:为了方便截图,对CSS代码进行换行*/
</style>
<body>
<div id="main">DIV水平居中和上下垂直居中<a href="http://www.divcss5.com/">DIVCSS5</a></div>
</body>
</html>
bubuko.com,布布扣

 

div垂直居中,布布扣,bubuko.com

div垂直居中

标签:style   blog   class   c   code   java   

原文地址:http://www.cnblogs.com/shiningrise/p/3739374.html

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