We have instructions:
Taking a look at the web page in the browser, you’ll notice a “Banner” section, the blue section right below the navigation menu.
In style.css, in the banner section of the stylesheets, set the font weight of the paragraph within class banner to bold. You’ll notice that the letters in the paragraph in the web page thicken.
Thank you, but i think this bug, because when i try to adding the css into p tag below
p {
font-weight: bold;
}
then it run passed. Although, the instructions is set the font weight of the paragraph within class banner to bold.
I believe that because the css rule was inclusive it was able to pass the task, however you are right it was asking for specificity
This is something you can share with bug reporting, within the webpage of the issue, open a ticket and describe the problem and share the link to this forum post as well
Same problem, no matter what I do the code just won’t run.
I tried in the html paragraph section, i added font-weight:bold; to .banner p{} , to the paragraph only selector p {} even gave the paragraph an id in the html and then set it to bold in css. Nothing works. I’ve reported bug but can’t move on.