当前位置: 首页 > 后端技术 > PHP

CSS3RGBA颜色值

时间:2023-03-30 00:04:46 PHP

/*color属性是设置字体颜色font-sizeincss属性设置字体大小*/.first{color:rgba(255,128,0,0.2);font-size:50px;}.second{color:rgba(90%,70%,50%,0.8);font-size:50px;}.third{color:rgba(160,255,150,.6);/*0.6也可用可以写成.6*/font-size:50px;}传智播客

传智播客
传智播客