为什么元素不去中心?

-2 html css

为什么 HTML 中的图像不居中?我已将保证金输入为自动。

<div style="margin: 20px auto" class="elem">
  <img 
     src="https://image.freepik.com/free-vector/online-test-concept-illustration_114360-5486.jpg"
     alt="" />
</div>
Run Code Online (Sandbox Code Playgroud)

Due*_*nna 5

你可以...

添加text-align:center;到您的 div

或者

添加display:block; margin: auto;到您的图像