Just a quick question. I have a segment of my story that is supposed to be a glance back in time. I wanted to give it kind of a redshift effect with a drop shadow.
The text color works fine, but the text shadow is doing absolutely nothing. I have tried multiple variations, but even the most simple black shadow does not show up on anything within the Span.
.echo {
color: #ffb366;
text-shadow: 1px 1px 2px black, 0 0 16 red. -1px -1px 32 blue;
}
The text color works fine, but the text shadow is doing absolutely nothing. I have tried multiple variations, but even the most simple black shadow does not show up on anything within the Span.