Advertisement
tsunotaro

drop shadow

Feb 16th, 2024
830
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. <style>
  2. #dropshadow {
  3. width: 300px;
  4. height: 300px;
  5. -webkit-filter: drop-shadow(10px 4px 10px #000); }
  6. </style>
  7.  
  8. /*the first "px" is left & right. the second "px" is up & down. the third "px" is how blurry it is*/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement