css font gets darker after events code example
Example: how to lighten the color of text in html
There is "opacity" which will make the background shine through:
opacity: 0.5;(change the value according to your needs)
There is "opacity" which will make the background shine through:
opacity: 0.5;(change the value according to your needs)