0
Why is that answer not correct?
mystyle { background-color: #oooooo; }
14 Respostas
+ 4
Try putting # before mystyle to refer to the item with the Id mystyle.
If that doesn't work, instead of # type the dot (.) to refer to all items with the class mystyle.
TL;DR: instead of mystyle type either:
#mystyle
or
.mystyle
+ 3
Looks like you are using the letter "o" instead of the number "0"...
+ 3
Try using 0 (zero) instead of o (letter) :)
Decimis â đŻđđđđđđ looks like you were faster :P
+ 3
No problem :) We are always here to help!
+ 2
ty InxaneNinja - the # works ;-)
ty!
+ 2
ty to decimis and ninja !
really fast community - i like that app so much ;-)
+ 2
Stefan BartholomĂ€us If you didn't know, you can type an @ symbol to bring up a list of names to tag other people in comments. That is the green colored names that you see đ
Note: you can only tag people who have already commented on a post and people that you follow.
+ 2
+ 1
Hi! What question are you referring to?
We can't really figure out in what context is this answer invalid. If you could provide more information, I'm here to help you :)
https://www.sololearn.com/discuss/1316935/?ref=app
+ 1
the color is written by sololearn, i have to fill in âmystyleâ and background color, nothing else..
+ 1
InxaneNinja đ I think we were both typing the same thing at the same time, lol.
0
Fill in the blanks to make the background color of the âid mystyleâ black using hexa definations..
ty for the answer!
0
hmm, i also try an blank space after âmystyleâ
0
Stefan BartholomÀus if there is room for that blank space, chances are that there is supposed to be something in front of "mystyle" like InxaneNinja said. Most likely either a # for an id selector or a dot . for a class selector.