About the css topic I need help on it

Failed:

  1. You should have an attribute selector to target rows that have the class of read.

Failed:

  1. You should use an attribute selector to target rows that have the class of readand set their background-imageproperty to a linear gradient of your choice.

Failed:

  1. You should have an attribute selector to target rows that have the class of to-read.

Failed:

  1. You should use an attribute selector to target rows that have the class of to-read and set their background-imageproperty to a linear gradient of your choice.

Failed:

  1. You should have an attribute selector to target rows that have the class of in-progress.

Failed:

  1. You should use an attribute selector to target rows that have the class of in-progress and set their background-image property to a linear gradient of your choice.

Failed:

  1. You should set the display property of each span element to inline-block.

Failed:

  1. You should have an attribute selector to target the span elements with the class of status that are descendants of trelements with the class of to-read.

Failed:

  1. You should use an attribute selector to target the span elements with the class of status that are descendants of trelements with the class of to-read and set their border property.

Failed:

  1. You should use an attribute selector to target the span elements with the class of status that are descendants of trelements with the class of to-read and set their background-image property.

Failed:

  1. You should have an attribute selector to target the span elements with the class of status that are descendants of trelements with the class of read.

Failed:

  1. You should use an attribute selector to target the span elements with the class of status that are descendants of trelements with the class of read and set their border property.

Failed:

  1. You should use an attribute selector to target the span elements with the class of status that are descendants of trelements with the class of read and set their background-image property.

Failed:

  1. You should have an attribute selector to target the span elements with the class of status that are descendants of trelements with the class of in-progress.

Failed:

  1. You should use an attribute selector to target the span elements with the class of status that are descendants of trelements with the class of in-progressand set their border property.

Failed:

  1. You should use an attribute selector to target the span elements with the class of status that are descendants of trelements with the class of in-progressand set their background-imageproperty.

Failed:

  1. You should have an attribute selector to target the span elements with the class of status and the span elements with the class value starting with rate.

Failed:

  1. You should use an attribute selector to target the span elements with the class of status and the span elements with the class value starting with rate and set their height property.

Failed:

  1. You should use an attribute selector to target the span elements with the class of status and the span elements with the class value starting with rate and set their width property.

Failed:

  1. You should use an attribute selector to target the span elements with the class of status and the span elements with the class value starting with rate and set their padding property.

Failed:

  1. You should have an attribute selector to target the span elements which are direct children of span elements with the class value starting with rate.

Failed:

  1. You should use an attribute selector to target the span elements which are direct children of span elements with the class value starting with rate and set their border property.

Failed:

  1. You should use an attribute selector to target the span elements which are direct children of span elements with the class value starting with rate and set their border-radius property.

Failed:

  1. You should use an attribute selector to target the span elements which are direct children of span elements with the class value starting with rate and set their margin property.

Failed:

  1. You should use an attribute selector to target the span elements which are direct children of span elements with the class value starting with rate and set their height property.

Failed:

  1. You should use an attribute selector to target the span elements which are direct children of span elements with the class value starting with rate and set their width property.

Failed:

  1. You should use an attribute selector to target the span elements which are direct children of span elements with the class value starting with rate and set their background-color property.

Failed:

  1. You should have an attribute selector to target the first descendant of spanelements that have the word one as a part of their class value.

Failed:

  1. You should use an attribute selector to target the first descendant of spanelements that have the word one as a part of their class value and set its background-image property to use a linear-gradient.

Failed:

  1. You should have an attribute selector to target the first two descendants of span elements that have the word twoas a part of their class value.

Failed:

  1. You should use an attribute selector to target the first two descendants of spanelements that have the word two as a part of their class value and set their background-image property to use a linear-gradient.

Failed:

  1. You should have an attribute selector to target the span elements that are descendants of span elements that have the word three as a part of their classvalue.

Failed:

  1. You should use an attribute selector to target the span elements that are descendants of span elements that have the word three as a part of their classvalue and set their background-imageproperty to use a linear-gradient.

Here are some debugging steps you can follow. Focus on one test at a time:

  1. Are there any errors or messages in the console?
  2. What is the requirement of the failing test?
  3. Check the related User Story and ensure it’s followed precisely.
  4. What line of code implements this?
  5. What is the result of the code and does it match the requirement? (Write the value of a variable to the console at that point in the code if needed.)

If this does not help you solve the problem, please reply with answers to these questions.

If you have a question about a specific challenge as it relates to your written code for that challenge and need some help, click the Get Help > Ask for Help button located on the challenge.

The Ask for Help button 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.

Thank you.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.