I am working on the part of the Responsive Web Design course called Applied Visual Design. I get to the exercise called “Add box-shadow to Card-like element”. Now, I can’t get past this, so there is something not right here. I cannot find the error. My solution so far has been to define the selector #thumbnail in the style section with the box-shadow attribute, and then adding the offset, blur and color specifications given in the example. Well, here I get an error, telling me to apply the values specified in the example. I cannot seem to find the difference in what I put in and what was given in the example. I then tried another approach; establishing a new style selector based on the .fullCard-class and then adding the #thumbnail directly, like .fullCard#thumbnail, and then defining as above. But I got the same error. I even used copy + paste on the example, but with the same result. I suppose there might be a minute error somewhere but I can’t find it. Please advice!
Welcome, vidar.
If you have a question about a specific challenge as it relates to your written code for that challenge, just click the Ask for Help button located on the challenge. It will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.
It will be much easier for us to debug, if we can see your code.
Cheers.
ok. I ll do that in future. Now I found the solution, but thanks for the response!
1 Like