0
我用下面的代碼:如何將容器與身體中心對齊?
<body>
<div style="width:450px; height:600px; align-self: center; background-color: lightgreen;"></div>
</body>
,並得到
我希望對準綠色部分中心,該怎麼辦呢?
我用下面的代碼:如何將容器與身體中心對齊?
<body>
<div style="width:450px; height:600px; align-self: center; background-color: lightgreen;"></div>
</body>
,並得到
我希望對準綠色部分中心,該怎麼辦呢?
你應該添加樣式:
margin: 0 auto;
加上'保證金:0 auto'風格 – Mohammad