Learn Accessibility by Building a Quiz - Step 33

I followed the instructions for step 33, I looked at youtube videos too, but it’s still not working. It shows this error: “Hint: You should use the p::before selector.” which I did.

p::before {
	content: "Question #";
}

This bit of CSS in itself looks good. Perhaps you accidentally changed something else in the CSS that is causing it to fail. It is always a good idea to paste your entire code in here so we can find mistakes like that.

Also, I see that this is a duplicate of a post you made earlier. Try not to make duplicate posts for the same topic.

Thanks for the advice! It ended up working after I restarted the steo.

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