Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Title of the document</title> <style> img { width: 250px; -webkit-filter: drop-shadow(5px 5px 5px #666666); filter: drop-shadow(5px 5px 5px #666666); } </style> </head> <body> <h2>Drop Shadow on PNG image</h2> <img src="/build/images/w3docs-logo-black.png" alt="w3docs logo"> </body> </html>