Folded corner with CSS

“Folded corner with CSS” title, a cat photo with a folded corner effect, and CSS code with .ImageContainer shadow and clip-path properties.

Kitty Giraudel breaks down a hover effect where an image corner appears to fold over. The technique layers clip-path for cropping, a white triangle for the fold, and shadow elements underneath. The article covers a workaround for blur effects using multiple offset elements and shows how CSS transitions enable smooth animation of the entire effect.

kittygiraudel.com/2026/03/05/folded-corner-with-css