Friday, 8 June 2018

javascript - Can I have different color on half of text using css or js

I want to have 2 different colors on text on different halves i.e. upper half of text of different color and other half of other.
Like in this image..



enter image description here

No comments:

Post a Comment

php - file_get_contents shows unexpected output while reading a file

I want to output an inline jpg image as a base64 encoded string, however when I do this : $contents = file_get_contents($filename); print ...