Skip to content

Instantly share code, notes, and snippets.

@georgebrata
Created March 28, 2016 07:29
Show Gist options
  • Save georgebrata/8c44a3315f02cb850c97 to your computer and use it in GitHub Desktop.
Save georgebrata/8c44a3315f02cb850c97 to your computer and use it in GitHub Desktop.
.btn class - Meatballs
.btn {
display: block;
height: 50px;
width: 200px;
text-align: center;
margin: 150px 20px 10px 20px;
vertical-align: middle;
padding: 10px;
text-transform: uppercase;
border-style: solid;
border-width: 0px 0px 4px 0px;
border-color: #243C24;
background: #4B7B4B;
}
a.btn{
font-size: 20px;
text-decoration: none;
color: #CBFBCB;
}
a.btn:hover{
background: #3E6F3E;
}
a.btn:active{
border-width: 4px 0px 0px 0px;
border-color: white;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment