2017-02-06 30 views
0

我用下面的代碼:如何將容器與身體中心對齊?

<body> 
<div style="width:450px; height:600px; align-self: center; background-color: lightgreen;"></div> 
</body> 

,並得到

enter image description here

我希望對準綠色部分中心,該怎麼辦呢?

+1

加上'保證金:0 auto'風格 – Mohammad

+0

回答

2

你應該添加樣式:

margin: 0 auto;