13 lines
189 B
Plaintext
13 lines
189 B
Plaintext
|
opacity {
|
||
|
opacity: 0.4;
|
||
|
child: container {
|
||
|
color {
|
||
|
color: blue;
|
||
|
bounds: 0 0 100 100;
|
||
|
}
|
||
|
color {
|
||
|
color: red;
|
||
|
bounds: 50 50 100 100;
|
||
|
}
|
||
|
}
|
||
|
}
|