Did you try removing the class attributes inside those span elements to see if Test #19 still fails? You may be misinterpreting where .one, .two, and .three classes should be applied.
It’s required it says.rate elements placed inside .read rows should have an additional class after the rate class with the value of either one, two, or three, depending on the personal rate. Which I passed. . I tried the one you mention. I also tried adding 3 span to 3 span. Additional class says rate space additional class so I write .rate one, .rate two and .rate three respectively.
There are two ways you can format your code to make it easier to read and test:
After you copy/paste your code into the editor, select it by dragging your cursor over it then click the (</>) button in the toolbar to automatically wrap your code in backticks. (You can click on the animated demo image below to enlarge it.)
Manually add three backticks on a new line above your code and on a new line after your code. Note that a backtick is NOT the same as a single quote('). To find the backtick key on your keyboard, see this post.
To see changes to your post as you make them, you can click the (M+) button on the toolbar to bring up the rich text editor:
Error is .rate elements placed inside .read rows should have an additional class after the rate class with the value of either one, two, or three, depending on the personal rate.
.rate elements placed inside .read rows should have an additional class after the rate class with the value of either one, two, or three, depending on the personal rate.