differentiate between the properties,text decoration and text shadow
Answers
Answered by
0
Answer:
Each shadow is specified as two or three <length> values, followed optionally by a <color> value. The first two <length> values are the <offset-x> and <offset-y> values. The third, optional, <length> value is the <blur-radius> . The <color> value is the shadow’s color.
Answered by
0
Answer:
Even though text-decoration is none, applying a text-shadow to a link appears to - on hover - show the shadow of an invisible underline (Chrome only, Firefox ok). JSFiddle. Comment out the text-shadow to see the difference.
I HOPE ANSWER IS CORRECT
Similar questions