summaryrefslogtreecommitdiffstats
path: root/test/css/basic14.css
blob: 2007cc7c668f2e8c7c7e2f49594c7a092208339f (plain)
1
2
3
4
5
#p1 {background-color: hsla(120, 100%, 50%, 0.3);}   /* green with opacity */
#p2 {background-color: hsla(120, 100%, 75%, 0.3);}   /* light green with opacity */
#p3 {background-color: hsla(120, 100%, 25%, 0.3);}   /* dark green with opacity */
#p4 {background-color: hsla(120, 60%, 70%, 0.3);}    /* pastel green with opacity */