Need to color a paragraph with 2 different colors in the ratio of 1:1 or 50%-50% text of the paragraph. We can not use any other tags,inline css or any other scripting or programming language. which syntax of CSS should I use.
I have tried pseudo classes like ::first-letter and ::first-line but we need to color the text in the 50%-50% ratio.