Learn how to create text outline effects using blend modes with transparent text and stroke.
h2 {
color: transparent;
-webkit-text-stroke: 2px yellow;
mix-blend-mode: multiply;
}
/* Text outline blends with background */
/* Creates unique outline effects */