text-shadow

Text shadow property

Sets whether the text has a shadow.

FieldValue
CascadesYes
Default valuefalse

Values

Accepts any expression or value that resolves to a boolean value.

Examples

p {
  text-shadow: false;
}
p {
  text-shadow: true;
}