Skip to content

Instantly share code, notes, and snippets.

@rblakejohnson
Created July 1, 2013 17:10
Show Gist options
  • Select an option

  • Save rblakejohnson/5902677 to your computer and use it in GitHub Desktop.

Select an option

Save rblakejohnson/5902677 to your computer and use it in GitHub Desktop.
CSS: Button text
.button-text {
display: inline-block;
padding: 4px 10px;
line-height: 1.3;
text-align: center;
vertical-align: middle;
cursor: pointer;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment