What I am after is to colour in just one character of my code throughout the page.
The lines between each of the words are what I would like to be a different colour from the rest of the text but I would like to do this in CSS rather than horribly adding to each one just to change its colour.
Anti-virus End Point | Disk Encryption | UTM | Email and Web Security
Is it possible through CSS?
here is what I have attempted but I don't think I'm coming close.
| {
color:#00FF00;
}
<span>or other tag for this to be possible with pure CSS. Is it? Can you show the HTML source code?