标签: html css
我使用以下代码:
<body> <div style="width:450px; height:600px; align-self: center; background-color: lightgreen;"></div> </body>
并获取
我希望绿色部分与中心对齐,怎么做?
答案 0 :(得分:2)
你应该添加风格:
margin: 0 auto;