HTML基础学习-13- 颜色值属性定义

来源:互联网 发布:淘宝刷流量软件排名 编辑:程序博客网 时间:2024/06/05 19:36

HTML基础学习-13- 颜色值属性定义

<!DOCTYPE  html><!--  颜色值设定  color:green  color:#ff6600;可以简写  #f60  分组重复的才可以简写  红 绿 蓝   color:rgb(255,255,255);红绿蓝0~255取值范围   color:rgb(255,255,255,0) 红绿蓝以及透明度     color:green;     color:rgb(255,0,255);      color:#ff6600;      color:rgba(255,0,0,0.5); a取值 0~1--><head>    <title>css常见属性</title>    <meta charset="utf-8">    <style type = "text/css">          p{            color:rgba(255,0,0,0.5);          }    </style>    </head><body></body>    <div class>    </div>    <p>     颜色值设定    </p></html>

跟随视频学习,手写记录自己学习过程中的点点滴滴,一起加油吧。

阅读全文
0 0
原创粉丝点击