Skip to content

Instantly share code, notes, and snippets.

Created December 21, 2012 08:44
Show Gist options
  • Save anonymous/4351508 to your computer and use it in GitHub Desktop.
Save anonymous/4351508 to your computer and use it in GitHub Desktop.
simple button like with radius corners / rounded corners
a{
border-radius:10px;
background:#efefef;
color:blue;
font-size: 12px;
padding:5px 16px 5px 16px;
margin: 10px;
line-height:90%;
}
a:Hover {
-moz-border-radius: 10px;
border-top:#000 solid 1px;
border-radius:10px;
background:#000;
color:white;
text-decoration:none;
font-size: 12px;
padding:5px 16px 5px 16px;
margin: 10px;
line-height:90%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment