Skip to content

Instantly share code, notes, and snippets.

@sergiois
Created August 25, 2017 12:23
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 sergiois/e5cb59632f805cd85434ae8382ab2bce to your computer and use it in GitHub Desktop.
Save sergiois/e5cb59632f805cd85434ae8382ab2bce to your computer and use it in GitHub Desktop.
Para centrar los div del grid de Bootstrap 3
.row-centered {
text-align:center;
}
.col-centered {
display:inline-block;
float:none;
text-align:left;
margin-right:-4px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment