<!DOCTYPE HTML><html><head><meta charset="utf-8"><title>不定宽块状元素水平居中</title><style>/*下面是代码任务区*/.wrap{float:left;position:relative;left:50%;}.wrap-center{ background:#ccc; position:relative; left:-50%;}</style></head><body><!--下面是代码任务区--><div class="wrap"> <div class="wrap-center">我们来学习一下这种方法。</div></div></body></html>
- 3 回答
- 0 关注
- 1441 浏览
添加回答
举报
0/150
提交
取消