37. 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:38. 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:39. 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:40. 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.
Passed:41. 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.
Passed:42. 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.
Passed:43. 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.
Passed:44. 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.
Passed:45. 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.
Passed:46. 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.
Passed:47. 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:48. You should have an attribute selector to target the first descendant of span elements that have the word one as a part of their class value.
Failed:49. You should use an attribute selector to target the first descendant of span elements that have the word one as a part of their class value and set its background-image property to use a linear-gradient.
Failed:50. You should have an attribute selector to target the first two descendants of span elements that have the word two as a part of their class value.
Failed:51. You should use an attribute selector to target the first two descendants of span elements that have the word two as a part of their class value and set their background-image property to use a linear-gradient.
Failed:52. 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 class value.
Failed:53. 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 class value and set their background-image property to use a linear-gradient.
I’ve edited your post to improve the readability of the code. When you enter a code block into a forum post, please precede it with three backticks to make it easier to read.
You can also use the “preformatted text” tool in the editor (</>) to add the backticks.
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 .
Related user story
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, width, and padding properties.