forked from AuroraMiddleware/gtk
d081b309d5
These tests exercise many allowed ways to specify various properties.
24 lines
184 B
CSS
24 lines
184 B
CSS
a {
|
|
text-shadow: initial;
|
|
}
|
|
|
|
b {
|
|
text-shadow: inherit;
|
|
}
|
|
|
|
c {
|
|
text-shadow: unset;
|
|
}
|
|
|
|
d {
|
|
text-shadow: none;
|
|
}
|
|
|
|
e {
|
|
text-shadow: 0 5em;
|
|
}
|
|
|
|
f {
|
|
text-shadow: 5px 3mm black;
|
|
}
|