Skip to content

Instantly share code, notes, and snippets.

@jpalala
Forked from anonymous/simplebutton_style.css
Created December 21, 2012 08:44
Show Gist options
  • Save jpalala/4351509 to your computer and use it in GitHub Desktop.
Save jpalala/4351509 to your computer and use it in GitHub Desktop.
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