- 1

A few question gives errors - even if right answer is given

P {color, #FFF;} gives wrong answer. I tried it multiple time through hint as well. Answer of this question took my multiple point and give same answer however question submission gives wrong message. A couple of time similar issues is have observed in C++ and Python3 tutorial as well

22nd Feb 2018, 7:54 AM
Rajeev Sharma
1 Odpowiedź
0
this’ll help you. #FFF is white so you cannot see it in a white background. so add ‘background-color:#(hex value)’. https://code.sololearn.com/W7dqIFijeFvb/?ref=app
19th Jun 2018, 2:39 AM
Comi
Comi - avatar