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 te | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
+ 1

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 te

,j

19th Sep 2017, 3:00 PM
Karla
6 Respuestas
+ 8
#mytext { text-shadow : 5px 3px #000; color: red; }
19th Sep 2017, 3:20 PM
Dev
Dev - avatar
+ 4
$("p"). children().remove();
10th Jun 2020, 5:15 PM
Francis Leigh Agliam
Francis Leigh Agliam - avatar
+ 2
#mytext { text-shadow : 5px 3px #000; color: red; }
30th Apr 2018, 3:23 PM
Minah Shahzad
Minah Shahzad - avatar
+ 1
#mytext { text-shadow : 5px 3px #000; color: red; }
30th Apr 2018, 3:23 PM
Mahnoor Shahzad
Mahnoor Shahzad - avatar
0
Drag and drop from the options below to remove the border attribute of the element with id="text". Answer: $("#text").removeAttr("border");
21st Nov 2020, 12:22 PM
Jason Chew
Jason Chew - avatar
- 1
Drag and drop from the options below to fix the paragraph to 100px from the top and 50px from the left:
10th Mar 2020, 5:49 PM
Adauris Hickson
Adauris Hickson - avatar