Advertisement
dianakko

image blurred edge

Oct 20th, 2021
253
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. <style>
  2. .image-blurred-edge {
  3. background-image: url('https://dl.dropboxusercontent.com/s/onncynnsn6rtzxu/Foto%205-9-21%2018%2046%2031.jpg');
  4. width: 40%;
  5. height: 100px;
  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.  
  10. </style>
  11.  
  12.  
  13. <div class="image-blurred-edge"></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement