0

Why is that answer not correct?

mystyle { background-color: #oooooo; }

13th May 2019, 9:17 PM
Stefan Bartl
Stefan Bartl - avatar
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
13th May 2019, 9:26 PM
inxanedev!
inxanedev! - avatar
+ 3
Looks like you are using the letter "o" instead of the number "0"...
13th May 2019, 9:23 PM
Decimis † 𝕯𝖊𝖈𝖎𝖒𝖎𝖘
Decimis † 𝕯𝖊𝖈𝖎𝖒𝖎𝖘 - avatar
+ 3
Try using 0 (zero) instead of o (letter) :) Decimis † 𝕯𝖊𝖈𝖎𝖒𝖎𝖘 looks like you were faster :P
13th May 2019, 9:23 PM
inxanedev!
inxanedev! - avatar
+ 3
No problem :) We are always here to help!
13th May 2019, 9:30 PM
inxanedev!
inxanedev! - avatar
+ 2
ty InxaneNinja - the # works ;-) ty!
13th May 2019, 9:27 PM
Stefan Bartl
Stefan Bartl - avatar
+ 2
ty to decimis and ninja ! really fast community - i like that app so much ;-)
13th May 2019, 9:29 PM
Stefan Bartl
Stefan Bartl - avatar
+ 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.
13th May 2019, 9:32 PM
Decimis † 𝕯𝖊𝖈𝖎𝖒𝖎𝖘
Decimis † 𝕯𝖊𝖈𝖎𝖒𝖎𝖘 - avatar
+ 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
13th May 2019, 9:19 PM
inxanedev!
inxanedev! - avatar
+ 1
the color is written by sololearn, i have to fill in “mystyle” and background color, nothing else..
13th May 2019, 9:24 PM
Stefan Bartl
Stefan Bartl - avatar
+ 1
InxaneNinja 😆 I think we were both typing the same thing at the same time, lol.
13th May 2019, 9:25 PM
Decimis † 𝕯𝖊𝖈𝖎𝖒𝖎𝖘
Decimis † 𝕯𝖊𝖈𝖎𝖒𝖎𝖘 - avatar
0
Fill in the blanks to make the background color of the “id mystyle” black using hexa definations.. ty for the answer!
13th May 2019, 9:22 PM
Stefan Bartl
Stefan Bartl - avatar
0
hmm, i also try an blank space after “mystyle”
13th May 2019, 9:26 PM
Stefan Bartl
Stefan Bartl - avatar
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.
13th May 2019, 9:27 PM
Decimis † 𝕯𝖊𝖈𝖎𝖒𝖎𝖘
Decimis † 𝕯𝖊𝖈𝖎𝖒𝖎𝖘 - avatar