Web.QHMIT
.com
Toggle navigation
☰
Home
HTML
CSS
Scripting
Database
Run
<!DOCTYPE html> <title>My Example</title> <style> .filtered { filter: hue-rotate(-70deg); } </style> <img src="/pix/samples/20s.jpg" alt="Sample image"> <img class="filtered" src="/pix/samples/20s.jpg" alt="Sample image">
Preview