Advertisement
Guest User

Untitled

a guest
Jul 24th, 2017
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. HTML
  2. <div class="vignette">
  3. </div>
  4.  
  5.  
  6. CSS
  7. .vignette {
  8. background: url("http://lorempixum.com/400/200/nature/5");
  9. width: 400px; height: 200px;
  10. -webkit-box-shadow:
  11. inset 0 0 50px #000,
  12. inset 0 0 50px #000,
  13. inset 0 0 50px #000;
  14.  
  15. -moz-box-shadow:
  16. inset 0 0 50px #000,
  17. inset 0 0 50px #000,
  18. inset 0 0 50px #000;
  19.  
  20. box-shadow:
  21. inset 0 0 50px #000,
  22. inset 0 0 50px #000,
  23. inset 0 0 50px #000;
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement