Skip to content

Instantly share code, notes, and snippets.

@pablolobos
Created July 23, 2013 13:50
Show Gist options
  • Save pablolobos/6062477 to your computer and use it in GitHub Desktop.
Save pablolobos/6062477 to your computer and use it in GitHub Desktop.
CSS: content-before-gradient
&:before{
content: "";
display: block;
width: 3px;
height: 100%;
position: absolute;
right: 0;
top: 0;
@include background-image(linear-gradient(left, transparentize(#000, 1), transparentize(#000, 0.8)));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment