CSS Masking — a practical guide to CSS mask-image with clear examples you can reuse in real projects.
CSS Tutorial Series (92/109). Prefer one article? Read the complete CSS tutorial.
Short description
Useful for fade-outs and textured reveals.
Mask idea
.fade {
mask-image: linear-gradient(#000, transparent);
}