Solved

Identify the Style Rule for Applying  a Text Shadow with a Horizontal

Question 60

Multiple Choice

Identify the style rule for applying  a text shadow with a horizontal offset of 2px, a vertical offset of 2px, and a dark gray color is applied to an h1 element.


A) h1 { text-shadow: #292933; }
B) h1 { text-shadow: 2px 2px #292933; }
C) h1 { text-shadow(h,v) : 0.2em 0.1em #292933; }
D) h1 { h:0.2px v:0.2px #292933; }

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions