Skip to content

Instantly share code, notes, and snippets.

@renventura
Created September 24, 2014 05:46
Show Gist options
  • Save renventura/e957e052bf236b30f73a to your computer and use it in GitHub Desktop.
Save renventura/e957e052bf236b30f73a to your computer and use it in GitHub Desktop.
CSS for tactile button links.
a.tactile-button {
display: block;
background: #f4f4f4;
color: #000017;
text-align: center;
padding: 20px 0;
margin-bottom: 10px;
border-radius: 10px;
border-bottom: 4px solid #ccc;
width: 100%;
height: 70px;
}
a.tactile-button:hover {
border-bottom: 2px solid #ccc;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment