summaryrefslogtreecommitdiffstats
path: root/test/css/basic10.css
blob: a4112f9efac2335c03bdc529af4a769bb6a99601 (plain)
1
2
3
4
5
6
7
/* function as property value */
.foo {
    background-color: rgb(12, 230, 222);
    border: solid 5px rgba(30, 12, 0, 0.79);
}