Web.QHMIT
.com
Toggle navigation
☰
Home
HTML
CSS
Scripting
Database
Run
<!DOCTYPE html> <title>My Example</title> <style> .filtered { filter: drop-shadow(0px 0px 10px orange); margin: 20px; } </style> <img class="filtered" src="/pix/samples/18s.jpg" alt="Sample image">
Preview