Skip to content

Instantly share code, notes, and snippets.

@LibertysYarn
Created May 27, 2013 01:57
Show Gist options
  • Save LibertysYarn/5654809 to your computer and use it in GitHub Desktop.
Save LibertysYarn/5654809 to your computer and use it in GitHub Desktop.
Stitched Look - from CSS-Tricks.com
.stitched {
padding: 20px;
margin: 10px;
background: #ff0030;
color: #fff;
font-size: 21px;
font-weight: bold;
line-height: 1.3em;
border: 2px dashed #fff;
border-radius: 10px;
box-shadow: 0 0 0 4px #ff0030, 2px 1px 6px 4px rgba(10, 10, 0, 0.5);
text-shadow: -1px -1px #aa3030;
font-weight: normal;
}
<div class="stitched">
Stitched
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment