Guest User

Untitled

a guest
Feb 19th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. .unfocused {
  2. position: relative;
  3. filter: blur(5px);
  4. }
  5.  
  6. .unfocused:after {
  7. content: " ";
  8. z-index: 10;
  9. display: block;
  10. position: absolute;
  11. height: 100%;
  12. top: 0;
  13. left: 0;
  14. right: 0;
  15. background: rgba(0, 0, 0, 0.5);
  16. }
Add Comment
Please, Sign In to add comment