While practicing HTML and CSS as I normally do, I decided to work on a PSD template yesterday. Initially, it seemed straightforward, but soon I encountered the issue I'm currently facing.
Specifically, I am trying to change a specific part of text based on its background. I attempted using "mix-blend-mode", however, the outcome was not satisfactory.
Here is my objective.
As seen, the text before the center is white, while the text after the center matches the background color preceding it. Can this be achieved through CSS or perhaps JavaScript?