mix-blend-mode

The mix-blend-mode property defines how an element’s content should blend with its background. For example, the text of a <h1 could blend with the background behind it in interesting ways.

.blend {
  mix-blend-mode: exclusion;
}
CodePen Embed Fallback

In the …

Avatar of Robin Rendle
Robin Rendle on (Updated on )