I have everything else to pass but the last bit. this is the address 46 through 51 are the ones I canât get to work. They are the last three of the span elements.
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.
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.
The required info was there just not the damn link and I would not be here if the help actually helped. I know the way to post code and while on two posts in this thread that is because it would not let me put it on the same one. for the second one I had to put a bunch of space and the back ticks and then more back ticks. If you want it on one you need to make it so that you can with out going though the hoops that make it seem that it would not let you. I am not trying to be difficult but I donât appreciate the way you are speaking to me. if you have nothing productive on my problem to say I would appreciate that you donât reply to this thread again because I know that the code works. It shows it on the preview and vs code shows that it does too. I just canât figure out why I cant pass the checks.
You need to share your full code and a link to the lesson before anyone has enough context to help you. The âask for helpâ button should do this automatically, as I explained. This should help you provide all of the necessary information.
Most of these are just copy/paste templates which might seem impersonal but we need to share this information a lot.
If you can provide a link and all of your code in the future I wonât have to repeat that information. Itâs nothing personal Iâm just telling you what you need to provide and an easy way to do that.
You are also not allowed to open duplicate topics for the same problem. Itâs a rule of the forum that I had to tell you about.
its the last three span elements in the CSS. they need to edit the rating and they do but the test wont pass. I have tried everything and it shows up right in the preview so I am not sure why it is not passing. I have no idea why it is doing this.
46. 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:47. 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:48. 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:49. 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:50. 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:51. 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.
these are what are failing and the code that goes with it.
the rating are selected for and they need to be individual for the class each goes with. If it is a class of one then only one needs done. A class of two and you get two colored in. a class of three and all of them get it. to select them individually for each class of one two or three would be long and make reading it hard I would think.
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.