blob: eed1c3ef146b4a6378682a1ce0cd65e0a07817c4 [file] [edit]
a {
text-shadow: initial;
}
b {
text-shadow: inherit;
}
c {
text-shadow: unset;
}
d {
text-shadow: none;
}
e {
text-shadow: 0 5em currentcolor;
}
f {
text-shadow: 5px 3mm rgb(0,0,0);
}