I am trying to color a block of text which needs to be included in an article in a git repository which is accessible to people. I am trying to color a word to bring the desired effect. Is there a way to use css styles to color the text since github doesnt support the styles anymore?
Currently I am using the code below which doesnt work in github. Help is appreciated.
<center> <h1>2014, The year of <span style="color:red">Red</span></h1> </center>