Thread: Text shadow
View Single Post
Old 10-23-2013, 05:24 AM   #4
kashifalijugnoo
Registered User
 
Join Date: Oct 2013
Posts: 5
text-shadow css property value actually copy the same text with original font and position it relative to the original text.it will create the effect of shadowness.
Following example will explain it.
h1
{
//PROPERTY //BOTTOM //RIGHT //DUPLICATED TEXT COLOR
text-shadow : 2px 2px #0000ff;
}
kashifalijugnoo is offline   Reply With Quote