+ 1
Why it is not working?
#intro .del{ color:pink */ this is a comment */ background-color:red
4 Respuestas
+ 3
You should finish with a semicolon after every instruction ( ;) that is after pink and red.cloze with( } )
0
Thx
0
Like this
But not working
#intro .del{
color:red;
/* this is a comment */
background-color:green;
}
0
Md Samir you are missing "," in between #intro and.del.