I'm Stuck on This css Text Shadow Question. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

I'm Stuck on This css Text Shadow Question.

I got the first fill in the blank, but the last two I can't figure out. Here is the question: Create a text shadow with horizontal and vertical distance of 5px and blur radius of 2px p { text-shadow : 5px ___ ___; }

3rd Jun 2019, 4:55 PM
CODY HANDY
CODY HANDY - avatar
4 Answers
+ 4
it should look like this p{horizontal-distance vertical-distance blur redius;} Ex: p{5px 5px 2px 2px; }
3rd Jun 2019, 6:31 PM
Tonmoy Santra
Tonmoy Santra - avatar
+ 3
p { text-shadow : 5px _5px_ _2px; } right one.
22nd Aug 2019, 5:48 PM
Fabrone BITITI
Fabrone BITITI - avatar
0
p{ text-shadow: 5px 5px 2px ; }
1st Jun 2022, 6:39 AM
Md Rabbinur Muktar
- 1
4th Jun 2019, 4:13 PM
Trinity