<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>定宽块状元素水平居中</title>
<style>
.p1{background-color:#09C;height:500px;vertical-align:middle;}
.p2{
display:inline-block;
background-color:#666;
}
</style>
</head>
<body>
<div class="p1">
<div class="p2"><span>垂直居中垂直居中垂直居中垂直居中垂直居中 </span></div>
</div>
</body>
</html>
- 2 回答
- 0 关注
- 1411 浏览
相关问题推荐
添加回答
举报
0/150
提交
取消