Skip to content

Instantly share code, notes, and snippets.

@NapoleonWils0n
Created November 1, 2012 20:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NapoleonWils0n/3996276 to your computer and use it in GitHub Desktop.
Save NapoleonWils0n/3996276 to your computer and use it in GitHub Desktop.
css: glass effect
/* glass */
#poster:after {
content: -webkit-gradient(linear,left top, right top,
from(rgba(255,255,255,0.2)),
to(rgba(255,255,255,0.2)),
color-stop(0.5, rgba(255,255,255,0.5)),
color-stop(0.6, rgba(255,255,255,0.1)),
color-stop(0.605, rgba(255,255,255,0.1)));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment