Text Shadow

css
p { 
	text-shadow: 5px 5px 2px #ccc;  
}

Discuss the Code