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

多行文本居中

时间:2015-05-19 18:49:19      阅读:130      评论:0      收藏:0      [点我收藏+]

标签:

<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<title>JS Bin</title>

</style>

.wrapper {
width: 200px;
height: 200px;
background: skyblue;
font-size:0
}
.wrapper:before {
content: ‘.‘;
display: inline-block;
vertical-align: middle;
height: 100%;
}
.content {
display: inline-block;
text-align: center;
font-size:16px
}

</style>
</head>
<body>
<div class="wrapper">
<div class="content">多行文字居中 多行文字居中 多行文字居中 </div>
</div>
</body>
</html>

多行文本居中

标签:

原文地址:http://www.cnblogs.com/whuper/p/4515092.html

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