8 lines
75 B
CSS
8 lines
75 B
CSS
|
label {
|
||
|
text-shadow: 1px 1px red;
|
||
|
}
|
||
|
|
||
|
.no-shadow {
|
||
|
text-shadow: none;
|
||
|
}
|