Skip to content

Instantly share code, notes, and snippets.

@wuwb
Last active December 14, 2015 23:59
Show Gist options
  • Save wuwb/5170061 to your computer and use it in GitHub Desktop.
Save wuwb/5170061 to your computer and use it in GitHub Desktop.
red square title btn
.btn {
border-radius: 5px;
display: inline-block;
font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
font-size: 14px;
line-height: 1.4em;
margin-bottom: 25px;
margin-right: 12px;
margin-top: 10px;
color: #fff;
background: #d85588;
padding: 10px 9px;
border-left: 5px solid #b44771;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment