首页 > Web开发 > 详细

html5-颜色的表示

时间:2017-09-20 09:31:01      阅读:245      评论:0      收藏:0      [点我收藏+]

div{width: 100%;height: 100px;}
body{background: url(../pic/2.png);}
/*#div1{background: #ff0000;}
#div2{background:#0000ff;}
#div3{background: #00ff00;}
#div4{background: red;}
#div5{background: rgb(0,0,255);}
#div6{background: rgb(100,50,200);}
#div7{background: rgba(150,150,0,0.5);}
#div8{background: hsl(120,50%,50%);}
#div9{background: hsla(120,50%,50%,0.5);}*/

html5-颜色的表示

原文:http://www.cnblogs.com/houweidong/p/7559481.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!