user41640
0
Q:

how to put image center in html stack overflow

img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -(X/2)px;
    margin-top: -(Y/2)px;
}
0

New to Communities?

Join the community