Is there no way to target the last 5 characters of a word?
ie:
<h1>Frontlight Moth Zapper</h1>
I want to make light to be a different color than front.
Is there anything more specific than nth child even/odd to target text characters? I tried inserting a span element to target the word within it’s sentence context, but have found nothing else.
I know I can do this in excel, so I’ll be darned if I can’t with css.