help :) | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

help :)

hi, how can i solve this? Drag and drop from the options below to color the text in the paragraph with id "mytext" red. Also, add a black shadow to the text that is 5 pixels to the right and 3 pixels down. #mytext { text- : #000; : red; }

16th Jan 2019, 4:38 PM
Minha Nopa
Minha Nopa - avatar
2 Answers
+ 3
The solution will be the following code! #mytext{ text-shadow: 5px 3px #000; color:red; }
16th Jan 2019, 5:20 PM
AL Araf
AL Araf - avatar
0
The solution will be the following code! #mytext{ text-shadow: 5px 3px #000; color:red; }
9th Aug 2019, 10:29 AM
Andrian de guzman
Andrian de guzman - avatar