Skip to content

Instantly share code, notes, and snippets.

@salt-istanbul
Created November 15, 2014 07:42
Show Gist options
  • Save salt-istanbul/660d0ee3c1c1bd9ce193 to your computer and use it in GitHub Desktop.
Save salt-istanbul/660d0ee3c1c1bd9ce193 to your computer and use it in GitHub Desktop.
Centered Responsive Image
.img-responsive-center{
max-width:100%;
height:auto;
margin-left:auto;
margin-right:auto;
text-align:center;
display:block;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment