<p class="p1">Lorem Ipsum is simply dummy text of the printing and typesetting industry.</p>
<p class="p2">Lorem Ipsum is simply dummy text of the printing and typesetting industry.</p>
p{font-size: 40px; font-weight:bold;}
p.p1{
background: linear-gradient(to right, #4364f7, #23d5ab);
background-clip: text;
text-fill-color: transparent;
}
p.p2{
background: url(http://placekitten.com/2000/500) no-repeat 100% 50%;
background-clip: text;
text-fill-color: transparent;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.