Skip to content

Instantly share code, notes, and snippets.

@evaletolab
Last active August 29, 2015 14:08
Show Gist options
  • Save evaletolab/7a3c56a5f16be86bb4c1 to your computer and use it in GitHub Desktop.
Save evaletolab/7a3c56a5f16be86bb4c1 to your computer and use it in GitHub Desktop.

####Instead of using !important, you can use an attribute selector

.input-large[class="input-large"] {
    width: 400px;
}

vertical alignment

.middle{
  vertical-align: middle;
  display: table-cell;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment