9 lines
94 B
CSS
9 lines
94 B
CSS
box {
|
|
color: red;
|
|
opacity: 0.5;
|
|
}
|
|
|
|
label#label1 {
|
|
color: initial;
|
|
opacity: inherit;
|
|
}
|