Advertisement
Imperative-Ideas

CSS Vignettes

Jun 25th, 2013
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. .entry-thumbnail:after {
  2. -moz-box-shadow: inset 0 0 18px rgba(0,0,0,.85);
  3. -webkit-box-shadow: inset 0 0 18px rgba(0,0,0,.85);
  4. box-shadow: inset 0 0 18px rgba(0,0,0,.85);
  5. position: absolute;
  6. top: 0;
  7. left: 0;
  8. width: 100%;
  9. height: 100%;
  10. z-index: 2;
  11. content: "";
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement