Advertisement
dianakko

Untitled

Sep 7th, 2021
5,361
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. <style>
  2. .image-blurred-edge {
  3. background-image: url('https://64.media.tumblr.com/79a04b5e2e9b8f297bf8c0467444c4f5/tumblr_n4wzplYfWD1r3hi20o1_500.png');
  4. width: 200px;
  5. height: 200px;
  6. /* you need to match the shadow color to your background or image border for the desired effect*/
  7. box-shadow: 0 0 8px 8px white inset;
  8. }
  9. </style>
  10. <div class="image-blurred-edge"></div>
  11.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement