Skip to content

Instantly share code, notes, and snippets.

@alexbaldwin
Created August 21, 2012 00:09
Show Gist options
  • Save alexbaldwin/3409585 to your computer and use it in GitHub Desktop.
Save alexbaldwin/3409585 to your computer and use it in GitHub Desktop.
Blue Steel
header {
$bg: rgb(13, 100, 159);
border-top: 1px solid lighten($bg, 10%);
border-bottom: 1px solid darken($bg, 10%);
@include linear-gradient($bg, darken($bg, 5%));
h4 {
color: #fff;
text-shadow: 0 1px rgba(0,0,0,.3);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment