you only need to comment out the property that was there, not add a different one
Reminder that a comment starts with /* and ends with */.
I suggest you reset the code, and try to transform the property in a comment. Do not add a different property.
you need to comment out the property, not write a comment leaving the property. You need to include the already existing property in a comment so to switch it off
Between the starting code and the final code you need to add 4 characters, two are the starting of the comment, /*, and two are the end of the comment */, you don’t need to add anything more than that
For this challenge, the entire line i.e. the property as well as the value should be commented out. In CSS, in order to comment out something, we use /* in the starting part of the code we want to comment and */at the end of that part.