Can we have text in two colors like:
For HTML:
I searched it but I got the answer for:-
Here is a short example of what linear gradient can do
h1 {
font-size: 72px;
background: -webkit-linear-gradient(green, red);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
<h1>
The BLA BLA
</h1>