Skip to content

Instantly share code, notes, and snippets.

@jasondavis
Created September 27, 2012 23:17
Show Gist options
  • Select an option

  • Save jasondavis/3797034 to your computer and use it in GitHub Desktop.

Select an option

Save jasondavis/3797034 to your computer and use it in GitHub Desktop.
Button link
.entry a {
color: #2E5663;
border-bottom: 1px dashed #93A4B4;
background: #F7F8FA;
}
.entry a:hover {
color: #758A9F;
background: whiteSmoke;
border-bottom: none;
}
/* Button link */
a.action-button {
float: right;
display: inline;
border: none;
background: #488ABC;
padding: 18px 24px;
margin: 0 10px 0 0;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
font-family: arial, sans-serif;
font-size: 25px;
text-decoration: none;
color: white;
font-weight: 700;
}
a.action-button:hover {
color: white;
border: none;
background: #3D78A5;
}
<!-- books -->
<div class="entry clear">
<a href="#" class="action-button">Testing! &gt;&gt;</a>
</div>
{"view":"split-vertical","fontsize":"100","seethrough":"","prefixfree":"1","page":"html"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment