I can't complete the task

I can not pass the task, it is not clear what is required. On viewing everything is there but still the task is not completed, no one has found an answer to this question

Hi @romandorokhov37!

If you are referring to this task right here, a few of the moderators have tried to assist you. You were applying the box shadow to the full card class when the test is looking specifically for the box shadow to be applied to the thumbnail id.

Does that make sense?

In general, I thought that it was necessary to apply the shadow to a particular class of maps, and not to a miniature. I communicate with you through Google Translate and perform tasks as well. Maybe that’s why I can’t understand part of the meaning of the task.

пт, 1 янв. 2021 г., 10:59 Jessica Wilkins via The freeCodeCamp Forum <freecodecamp@discoursemail.com>:

Should the header have a shadow with h4 ?

Oh ok I understand now.

Here is what you need to do to pass the test.

Step 1: Create a selector for the thumbnail like this

#thumbnail {

}

Step 2: Place the box shadow in the thumbnail selector

Take this

  box-shadow:0 10px 20px rgba(0, 0, 0, 0.19),0 6px 6px rgba(0, 0, 0, 0.23);

and place it in here

#thumbnail {
/*box shadow goes here*/
}

Step 3: leave everything else the way it was and run the test and it will pass

1 Like

Thank you so much for your help

пт, 1 янв. 2021 г., 11:06 Roman Dorokhov

1 Like