I have my profile page set up with ‘basic’ CSS code, and I wanted to make the “Hello Hello!” text at the top be like ‘rainbow text’, think this (the response to the question). I tried to use the “<span class=” function to make only the hello text rainbow. Long story short, it does not work.
This is the HTML code that I’m using (ignoring the gifs):
<p><strong><span class="rainbow"> Hello Hello! </span></strong><\p>
and this is the CSS code for my profile page (using red as a test to make sure span works):
.rainbow{color: red;}
I have tried to remove the “ ” and it does nothing.
So the question is: Am I missing something or is <span class=> not accessible in itch?