Skip to content

Instantly share code, notes, and snippets.

@SaraSoueidan
Created June 8, 2013 02:47
Show Gist options
  • Save SaraSoueidan/5733785 to your computer and use it in GitHub Desktop.
Save SaraSoueidan/5733785 to your computer and use it in GitHub Desktop.
Sewing effect with CSS
.box{
border:1px dashed white;
box-shadow:0px 0px 0px 3px black;
}/*we created one border, the dashed one, and the illusion of a wider area by adding a slight
box shadow*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment