Skip to content

Instantly share code, notes, and snippets.

@jonhainstock
Last active February 26, 2021 22:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jonhainstock/5869135 to your computer and use it in GitHub Desktop.
Save jonhainstock/5869135 to your computer and use it in GitHub Desktop.
Geckoboard Inspired Bootstrap Button
.btn-geckoboard {
background: #7EB348;
background-image: none;
border:none;
color: #fff;
letter-spacing: 1px;
font-weight: 600;
text-decoration: none ! important;
text-shadow: none;
text-transform: uppercase;
transition: all 0.3s ease-in-out 0s;
-webkit-transition: all 0.3s ease-in-out 0s;
}
.btn-geckoboard:hover {
background: #333;
color: #fff;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment