加油兮兮
2015-08-22 23:02
我看到效果中文字是居中了,但不清楚这样写正不正确....
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>定宽块状元素水平居中</title>
<style>
div{
border:1px solid red;
width:500px;
margin:auto;
}
p.test{
text-align:center;
}
</style>
</head>
<body>
<div><p class="test"><span>我是定宽块状元素,哈哈,我要水平居中显示。</span></p></div>
</body>
</html>
文字居中教你绝招 line-height:你父级元素的高度
初识HTML(5)+CSS(3)-升级版
1225812 学习 · 18234 问题
相似问题