10 is it possible to change font color across several divs and spans with css? For example, I have HTML that goes like this: some text ### some text
some text
some ### more text Is there a way to change the color of the text to, let’s say, red between the ### marks? PS.