-
06-1109
-
1、水平居中:text-align: center;
Tags: CSS
2、垂直居中:line-height:100px(把该值设置成height的值)
example:
<span style="text-align: center;border:solid 1px red;height:100px;line-height:100px">SPAN中对文本进行居中排列</span>
相关日志
发表评论
1、水平居中:text-align: center;
2、垂直居中:line-height:100px(把该值设置成height的值)
example:
<span style="text-align: center;border:solid 1px red;height:100px;line-height:100px">SPAN中对文本进行居中排列</span>
- 评论 (0)
- 引用通告 (0)
发表评论 发起引用