Skip to content

Instantly share code, notes, and snippets.

@dumaurier
Created February 17, 2012 21:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dumaurier/1855557 to your computer and use it in GitHub Desktop.
Save dumaurier/1855557 to your computer and use it in GitHub Desktop.
BUTTONS
/**
* BUTTONS
*/
.dashButton{
display:inline-block;
height:55px;
width:210px;
text-align:center;
background: linear-gradient(top, #64e0d8 0%,#03b3a9 42%,#03b3a9 100%);
color:white;
padding-top:10px;
padding-bottom:3px;
text-decoration:none;
font-family:sans-serif;
font-size:16px;
text-shadow:2px 2px 1px #999;
font-weight:bold;
border-radius:5px;
border:3px solid #06ccb5;
}
<a href="#" class="dashButton">Learn more about our training solutions</a>
{"view":"split","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment