Skip to content

Instantly share code, notes, and snippets.

@blueridgemountains1
Created March 18, 2018 16:49
Show Gist options
  • Save blueridgemountains1/40232a7f828c4b8eade5cf268cec8e97 to your computer and use it in GitHub Desktop.
Save blueridgemountains1/40232a7f828c4b8eade5cf268cec8e97 to your computer and use it in GitHub Desktop.
Center Button Text in Boostrap and .btn class
.btn {
display: inline-flex;
align-content: center;
align-items: center;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment