📜  如何使 html 中的文本颜色变亮 - CSS 代码示例

📅  最后修改于: 2022-03-11 14:47:50.382000             🧑  作者: Mango

代码示例2
There is "opacity" which will make the background shine through:

opacity: 0.5;(change the value according to your needs)