Fill in the blanks to give yellow background color to the element with id="intro" and blqck text color to class ="mytext": | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 2

Fill in the blanks to give yellow background color to the element with id="intro" and blqck text color to class ="mytext":

24th Nov 2017, 2:00 AM
Shahzod
Shahzod - avatar
5 Answers
+ 1
#intro { background-color: yellow; } .mytext { color: black; }
4th May 2018, 9:56 AM
Mahnoor Shahzad
Mahnoor Shahzad - avatar
0
maybe if you copy quiz complete we can help you ;-)
24th Nov 2017, 2:45 AM
Daniel
Daniel - avatar
0
#intro { background-color: yellow; } .mytext { color: black; }
15th Sep 2019, 7:35 AM
Jean de Dieu RUMANZI
Jean de Dieu RUMANZI - avatar
0
#intro { background-color: yellow; } .mytext (Put dot from starting of mytext then it will work) { color: black; }
28th Mar 2021, 9:42 AM
IMTIAZ AHMAD
IMTIAZ AHMAD - avatar
0
I have been trying to get this for 2 days and I keep getting incorrect when I try .mytext. Plus, it doesn't fit. I am beginning to think there is something wrong with they system
23rd May 2022, 2:04 PM
Suzette Lundberg