Skip to content

Instantly share code, notes, and snippets.

@brandonhimpfen
Created September 28, 2013 05:58
Show Gist options
  • Save brandonhimpfen/6738915 to your computer and use it in GitHub Desktop.
Save brandonhimpfen/6738915 to your computer and use it in GitHub Desktop.
Add CSS for an extra large button.
.btn-xl {
padding: 15px 22px;
font-size: 24px;
line-height: 1.33;
border-radius: 6px
}
<a class="btn btn-success btn-xl" title="" href="#">Text</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment