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