0
Fill in the blanks to give yellow background color to the element with id="intro", and black text color to the class="mytext":
_____{ background-color: yellow; } _____{ color: black; }
25 Respostas
+ 5
Thank you @ Bithi D
+ 4
#intro
.mytext
+ 2
#intro; .mytext
+ 2
You're welcome
+ 2
#intro
.demo
+ 1
#intro
{
background-color: yellow;
}
.mytext
{
color: black;
}
+ 1
#intro{
background-color: yellow;
}
.mytext{
color: black;
}
+ 1
#intro
.mytext
+ 1
#into
.mytext
0
no ideas
0
#intro{
background-color: yellow;
}
.mytext{
color: black;
}
0
#intro
.mytext
0
p
child
this is the answer
0
#intro
.mytext
0
#intro
.mytext
0
#intro
.points
0
0
#intro
it supposed to be .demo no .mytext
0
#Intro
.mytext
0
#intro
.mytext
0
Intro
mytext dosn't work