Skip to content

Instantly share code, notes, and snippets.

@karki-dennis
Created October 30, 2015 06:25
Show Gist options
  • Save karki-dennis/3f10652df912cc28259b to your computer and use it in GitHub Desktop.
Save karki-dennis/3f10652df912cc28259b to your computer and use it in GitHub Desktop.
Center image horizontally
.banner-img{
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