When dealing with background images and white text, it's common for the text to extend beyond the boundaries of the image and become invisible. I'm looking for a way to color the overflowing text in the same shade as the background image (blue). Any suggestions using CSS or JavaScript would be appreciated. If possible, please also share the name of this effect.
An example result might look like this: https://i.sstatic.net/SeG2A.png
*,
*::before,
*::after {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box; }
...
/*# sourceMappingURL=style.css.map */
<!DOCTYPE html>
<html lang="en">
...
</body>
</html>