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

css 垂直居中

时间:2014-06-13 21:32:52      阅读:238      评论:0      收藏:0      [点我收藏+]

标签:style   class   blog   code   width   2014   

<div>
	
</div>
<style>
	div{
		position: relative;
		width: 200px;
		height: 200px;
		top:50%;
		left: 50%;
		margin-top:-100px;
		margin-left:-100px;
		background: #CCC;
	}
</style>
记录下,css 垂直居中,以便学习。

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

css 垂直居中

标签:style   class   blog   code   width   2014   

原文地址:http://blog.csdn.net/wlqf366/article/details/30209051

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