I'm using following default.css: .text { color: #00ff33; /\* green _/ text-shadow: 10px 0 #ff0000; /_ dx dy red */ } And what I see - text color became green, but text shadow not appeared.
I'm using following default.css:
.text
{
color: #00ff33; /* green /
text-shadow: 10px 0 #ff0000; / dx dy red */
}
And what I see - text color became green, but text shadow not appeared.