Vote count:
0
I am trying to design two words with nice text shadow. But it seems that .CSS code isn't doing anything. See here
Nakshatro Production
.CSS:
#np{
text-shadow: -0px 0px 1px 0 hsl(20, 100%, 16%),
-2px 2px 2px -1px hsl(20, 100%, 14%),
-4px 4px 2px -2px hsl(20, 100%, 12%),
-6px 6px 3px -3px hsl(20, 100%, 10%),
-8px 8px 2px -4px hsl(20, 100%, 8%),
-10px 10px 2px -5px hsl(20, 100%, 6%);
}
asked 19 secs ago
Why this CSS property (text-shadow) isn't working?
Aucun commentaire:
Enregistrer un commentaire