Web.QHMIT
.com
Toggle navigation
☰
Home
HTML
CSS
Scripting
Database
Run
<!DOCTYPE html> <title>My Example</title> <style> img { -webkit-clip-path: polygon(0 50%, 50% 0, 100% 50%, 50% 100%, 10% 10%); clip-path: polygon(0 50%, 50% 0, 100% 50%, 50% 100%, 10% 10%); } </style> <img src="/pix/samples/15m.jpg" alt="Longtail boat in Thailand">
Preview