- 2
Fill in the blanks to give yellow background color to the element with id="intro" and blqck text color to class ="mytext":
5 ответов
+ 1
#intro
{
background-color: yellow;
}
.mytext
{
color: black;
}
0
maybe if you copy quiz complete we can help you ;-)
0
#intro
{
background-color: yellow;
}
.mytext
{
color: black;
}
0
#intro
{
background-color: yellow;
}
.mytext (Put dot from starting of mytext then it will work)
{
color: black;
}
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