<html>
<head>
<title></title>
<style type="text/css">
#p1{width: 300px;height: 200px;background-color: blue;position: absolute;}
#p2{width: 50px;height: 50px;background-color: red;margin: 0 auto;position: absolute;bottom:20px;}
</style>
</head>
<body>
<p id="p1">
<p id="p2"></p>
</p>
</body>
</html>
這種方法比較適合自身寬高和容器寬高不明確的情況
補充,自己總結的幾種居中方法:
最終效果
設定left值吧
雷雷
雷雷
不會用搜尋?在社區搜一搜就有答案,何必重複這麼多問題。
@_qunshan_
@_qunshan_的答案