In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-04-06 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/02 Report--
Editor to share with you how to set font transparency in html. I hope you will gain something after reading this article. Let's discuss it together.
Html to set font transparency methods: 1, the use of color properties and rgba () function, syntax for "font element {color: rgba (red value, green value, blue value, transparency value);}"; 2, the use of opacity attribute, syntax "font element {opacity: transparency value;}".
The operating environment of this tutorial: windows7 system, CSS3&&HTML5 version, Dell G3 computer.
1. Using color attribute and rgba () function
.p1 {color: rgba (0,0,0,1);} .p2 {color: rgba (0,0,0,0.6) } .p3 {color: rgba (0,0,0,0.4);} .p4 {color: rgba (0,0,0,0.2) } Test text
Test text
Test text
Test text
2. Make use of opacity attribute
.p1 {opacity:1;} .p2 {opacity: 0.6;} .p3 {opacity:0.4 } .p4 {opacity:0.2;} Test text
Test text
Test text
Test text
After reading this article, I believe you have a certain understanding of "how to set font transparency in html". If you want to know more about it, you are welcome to follow the industry information channel. Thank you for reading!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.