📜  如何将图像中心放在 html 堆栈溢出中 - Html 代码示例
📅  最后修改于: 2022-03-11 14:53:16.805000             🧑  作者: Mango
代码示例1
img {
position: absolute;
top: 50%;
left: 50%;
margin-left: -(X/2)px;
margin-top: -(Y/2)px;
}