Answers for "html make text light"

CSS
0

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)
Posted by: Guest on December-29-2020

Browse Popular Code Answers by Language