0

I use following code:

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

and get

enter image description here

I hope align green part to center, how to do it?

chikadance
  • 3,591
  • 4
  • 41
  • 73

1 Answers1

2

you should add in style:

margin: 0 auto;