Skip to content

Instantly share code, notes, and snippets.

@driscollwebdev
Created October 8, 2012 14:45
Show Gist options
  • Save driscollwebdev/3852903 to your computer and use it in GitHub Desktop.
Save driscollwebdev/3852903 to your computer and use it in GitHub Desktop.
CSS to horizontally center an IMG element
img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment