如何在 CSS 中让图片在 div 中居中
方法一:text-align
<code class="<a style=\'color:#f60; text-decoration:underline;\' href=" https: target="_blank">css">div {
text-align: center;
}
img {
display: inline-block;
}</code>
如何在 CSS 中让图片在 div 中居中
方法一:text-align
<code class="<a style=\'color:#f60; text-decoration:underline;\' href=" https: target="_blank">css">div {
text-align: center;
}
img {
display: inline-block;
}</code>