Tell us what’s happening:
I’m not sure how to do this.
Your code so far
p::before{
}
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71
Challenge: Learn Accessibility by Building a Quiz - Step 33
Link to the challenge:
yes that’s good, now give it property content
with value "Question #"
And how do I do that? It’s something I haven’t done before.
as you are already defining properties like propertyname: value
but this time value is enclosed with quotes
no, properties are defined inside curly brackets and also use property name content
like this {
content: “Question #”
}
OH! Ok. Thank you for the solution, man.
1 Like
I’d like to say that I’ve had the same problem with this step.
Finally I noticed that the closing bracket “}” on the previous css rule was missing, I don’t know if this was done by default by the website so then is a bug or if I was the one that erased it accidentally
system
Closed
March 23, 2023, 10:58pm
9
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.