Skip to content

Instantly share code, notes, and snippets.

@mitchellhislop
Created August 3, 2011 16:16
Show Gist options
  • Save mitchellhislop/1123037 to your computer and use it in GitHub Desktop.
Save mitchellhislop/1123037 to your computer and use it in GitHub Desktop.
FB rounded button css
.styled-button-3 {
-webkit-box-shadow: rgba(0, 0, 0, 0.0.97) 0px 1px 0px 0px;
background-color: #00559F;
border: 1px solid #29447E;
font-family: Arial;
font-size: 12px;
font-weight: bold;
padding: 4px 6px;
height: 20px;
width: 150px;
color: #fff;
border-radius: 5px;
margin-top: 5px;
}
.styled-button-3 a:link{
display: block;
text-decoration:none;
}
.styled-button-3 img{
vertical-align: middle;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment