Comment mettre un centre d'image dans HTML Stack Overflow
img {
position: absolute;
top: 50%;
left: 50%;
margin-left: -(X/2)px;
margin-top: -(Y/2)px;
}
Brainy Batfish