Html Align Image Center Of Div Code Example


Example 1: centre align image in div


body {
margin: 0;
}

#over img {
margin-left: auto;
margin-right: auto;
display: block;
}

Example 2: image center in div


img {
display: block;
margin-left: auto;
margin-right: auto;
width: 40%;
}

Comments

Popular posts from this blog

Converting A String To Int In Groovy

"Cannot Create Cache Directory /home//.composer/cache/repo/https---packagist.org/, Or Directory Is Not Writable. Proceeding Without Cache"

Android SDK Location Should Not Contain Whitespace, As This Cause Problems With NDK Tools