Skip to content

Instantly share code, notes, and snippets.

@donflopez
Created September 17, 2012 17:16
Show Gist options
  • Save donflopez/3738564 to your computer and use it in GitHub Desktop.
Save donflopez/3738564 to your computer and use it in GitHub Desktop.
CSS3 Button
.button {
position: absolute;
top: 50%;
left: 50%;
margin-left: -30px;
width: 60px;
height: 60px;
background: gold;
border-radius: 30px;
text-align: center;
text-decoration: none;
}
.button span {
display: block;
margin: 19px 0;
color: white;
font-weight: 600;
font-size: 15px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment