Skip to content

Instantly share code, notes, and snippets.

@wandererbear
Created June 12, 2014 18:28
Show Gist options
  • Save wandererbear/16a32755c58f45fb4554 to your computer and use it in GitHub Desktop.
Save wandererbear/16a32755c58f45fb4554 to your computer and use it in GitHub Desktop.
css:misc-class
.center-block {
display: block;
margin-right: auto;
margin-left: auto;
}
.pull-right {
float: right !important;
}
.pull-left {
float: left !important;
}
.hide {
display: none !important;
}
.show {
display: block !important;
}
.invisible {
visibility: hidden;
}
.text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.hidden {
display: none !important;
visibility: hidden !important;
}
.affix {
position: fixed;
}
@-ms-viewport {
width: device-width;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment