Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abhishekdagarit/4a46bb23fe039237730a903169897eb8 to your computer and use it in GitHub Desktop.
Save abhishekdagarit/4a46bb23fe039237730a903169897eb8 to your computer and use it in GitHub Desktop.
Align an image to centre in bootstrap
use class “centre-block"
There is .center-block class in Twitter Bootstrap 3 (Since v3.0.1), so use:
<img src="..." alt="..." class="img-responsive center-block" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment