Skip to content

Instantly share code, notes, and snippets.

@ozziexsh
Created April 24, 2016 04:09
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ozziexsh/ee4007b6dbfce5ebd0eb77e66f71b4d0 to your computer and use it in GitHub Desktop.
Save ozziexsh/ee4007b6dbfce5ebd0eb77e66f71b4d0 to your computer and use it in GitHub Desktop.
.text-center {
text-align: center;
}
.text-left {
text-align: left;
}
.text-right {
text-align: right;
}
.clearfix {
clear: both;
}
.right {
float: right;
}
.left {
float: left;
}
.no-float {
float: none;
}
.center-block {
display: block;
margin-left: auto;
margin-right: auto;
}
.img-responsive {
max-width: 100%;
height: auto;
display: block;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment