You are here : cssCSS 3text-shadow

text-shadow - CSS 3

The text-shadow property adds shadow to text.This property accepts a comma-separated list of shadows to be applied to the 
text.


Syntax

text-shadow: h-shadow v-shadow blur-radius color|none|initial|inherit;


Example

h1
	{
	   
	text-shadow: 2px 2px #ff0000;
	}


Output / Return Value


Limitations


Alternatives / See Also


Reference