Skip to content

Instantly share code, notes, and snippets.

@driesdelaey
Created December 3, 2012 12:52
Show Gist options
  • Save driesdelaey/4194849 to your computer and use it in GitHub Desktop.
Save driesdelaey/4194849 to your computer and use it in GitHub Desktop.
doubleborder effect with text-shadow
/* DOUBLE SHADOW ON A GREY BGR */
.class{
border-left: 1px solid #fff;
box-shadow: -1px 0 0 0 #ccc;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment