Skip to content

Instantly share code, notes, and snippets.

@callmephilip
Created August 29, 2012 23:00
Show Gist options
  • Save callmephilip/3520021 to your computer and use it in GitHub Desktop.
Save callmephilip/3520021 to your computer and use it in GitHub Desktop.
[CSS] border + some white shadow
{
-webkit-box-shadow: white 0 1px 0 0;
-moz-box-shadow: #fff 0 1px 0 0;
-ms-box-shadow: #fff 0 1px 0 0;
-o-box-shadow: #fff 0 1px 0 0;
box-shadow: white 0 1px 0 0;
border-bottom: 1px solid #EBEAE5;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment