Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

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;
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #put #image #center #html #stack #overflow
ADD COMMENT
Topic
Name
5+4 =