Wednesday 3 July 2019

html - CSS Display One Character in 2 Colors

Is it possible in css make a single character in 2 colors?



I mean for example character "B" The first upper half in RED and the second half in BLUE

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 &q...