在我的网站here上,我有一张最初是2315 × 3274的图像。我想做的是让图像在每个设备上居中,到目前为止,我的图像在我的笔记本电脑上居中,但当我在台式机上查看它时,它根本没有居中。水平居中是首选选项,但水平和垂直都是最好的结果。以下是代码
谢谢
#1 .page {
margin: 0 auto;
}<p>
<a href="/2"><br>
<img style="width:100%;margin:0 auto;max-width: 3274px;display:block;margin-right: -150px" src="https://i.imgsafe.org/bdd0c10a55.jpg" alt="1"><br>
</a>
</p>
https://stackoverflow.com/questions/38226447
复制相似问题