Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2019
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. .background-image {
  2. position: fixed;
  3. top: -5%;
  4. left: -5%;
  5. right: 0;
  6. z-index: -1;
  7. display: block;
  8. background-image: url('ppp.png');
  9. background-size:cover;
  10. width: 110%;
  11. height: 110%;
  12. -webkit-filter: blur(5px);
  13. -moz-filter: blur(5px);
  14. -o-filter: blur(5px);
  15. -ms-filter: blur(5px);
  16. filter: blur(5px);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement