Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <style>
- #dropshadow {
- width: 300px;
- height: 300px;
- -webkit-filter: drop-shadow(10px 4px 10px #000); }
- </style>
- /*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