Advertisement
hosptials

blurred border container

Jul 22nd, 2021
344
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. <style>
  2. #container01{
  3. background: url(your link here) left top no-repeat;
  4. -moz-box-shadow:inset 0px 0px 6px 6px rgba(255,255,255,1);
  5. -webkit-box-shadow:inset 0px 0px 6px 6px rgba(255,255,255,1);
  6. box-shadow:inset 0px 0px 6px 6px rgba(255,255,255,1);
  7. }
  8. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement