Skip to content

Instantly share code, notes, and snippets.

@Lif3line
Created May 26, 2014 19:13
Show Gist options
  • Save Lif3line/da7b5de4e89e7e4097c3 to your computer and use it in GitHub Desktop.
Save Lif3line/da7b5de4e89e7e4097c3 to your computer and use it in GitHub Desktop.
Center image in css (applies to anything though)
.centeredImg {
display: block;
position: relative;
padding: 0px;
margin: 0px auto auto auto;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment