Specify the color in RGBA (Red,Green,Blue,Alpha)
Where Alpha is the opacity (0 – 1)
Something like:
text-shadow: 0 1px 0 rgba(0,0,0,0.5);
For half transparent black shadow.
2
solved CSS Text Shadow Opacity [duplicate]
Specify the color in RGBA (Red,Green,Blue,Alpha)
Where Alpha is the opacity (0 – 1)
Something like:
text-shadow: 0 1px 0 rgba(0,0,0,0.5);
For half transparent black shadow.
2
solved CSS Text Shadow Opacity [duplicate]