文字在div中垂直居中的方法,设置div的高度height和行高line-height一致

文字在div中垂直居中的方法,设置div的高度height和行高line-height一致,如

.containerdiv{
height:60px;
line-height:60px;
}
posted @ 2015-06-03 23:19  Dear_Sebastian  阅读(706)  评论(0)    收藏  举报