+ 8
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; }
7 Respuestas
+ 4
#intro {
Background-color: yellow;
}
.mytext {
Color: black;
}
+ 4
The answer is
#intro and .mytext
+ 3
Remove the "^" symbol from your tag , it will work
+ 2
You don't learn if everyone gives you the answers all time. If you don't know, research how it works. The # connects to an id in your html, the . connects to classes in your html.
+ 2
Thanks for the challenge. But perhaps it is better to do things like this in your feed. Topics like this are usually mfd.
0
.mytext isn't working and this question is annoying me im about to give up ive searched every thing nothing tells me th second one and iv'e already tried on my own.
0
if you need the anwer it's not mytext it's actually .points