Skip to content

Instantly share code, notes, and snippets.

@ginirsss
Created April 4, 2012 18:54
Show Gist options
  • Save ginirsss/2304725 to your computer and use it in GitHub Desktop.
Save ginirsss/2304725 to your computer and use it in GitHub Desktop.
Untitled
body {
background: #D3D3D3;
font-family: Helvetica;
}
a.3d_button {
width: 200px;
height: 100px;
background:red;
padding: 10px;
display: block;
text-decoration: none;
border: 2px solid #DDD;
}
a:hover.3d_button {
background: red;
}
<section id="content">
<a href="#" title="Date" class="3d_button">2011</a>
</section>
{"view":"separate","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment