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

CSS 垂直居中

时间:2014-10-12 13:32:38      阅读:185      评论:0      收藏:0      [点我收藏+]

标签:style   blog   color   strong   sp   div   on   log   html   

垂直居中:单行的行内元素解决方案

居中元素:单行的行内元素,即inline或者inline-*类型元素,如文字、链接等

解决方案:将该行内元素的height、inline-height设置为其父元素的高度

HTML

<div id="container">
    <href="#">hello,gbtags.comhello,gbtags.comhello,gbtags.com</a>
</div>

CSS

#container {
    background
: #222;
    height
: 200px;
}
{
    
/*height: 200px;*/
    line-height
: 200px;
    color
: #fff;
}

 


CSS 垂直居中

标签:style   blog   color   strong   sp   div   on   log   html   

原文地址:http://www.cnblogs.com/sun-mile-rain/p/4020410.html

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