I am trying to change each letter styles but I'm restricted from using javascript
and without using span for each letters , I searched got some pseudo nth-letter
but this not working , I know this type of question asked before but the restrictions force me to add this question.
please give some suggestions , it is really helpful
.change:nth-letter(3)
{
color:red;
font-size:20px;
}
<p class="change"> Color </p>