Do NOT use the universal selector for this! There's a better way; see the Hint for help. <!-- this part confused me? i thought we could use p as selector to all the p on html-sheet.
i dont get it... help here
/*Add your CSS below!*/
(p) {
font-family: Garamond;
}
div > p {
font-weight: bold;
color: #000000;
}
div > P P {
color: #000000;
text-decoration: underline;
}
Keep spirit and learn more.
Firstly, don’t add the parenthesis to the first p
. Just leave it as p
.
Don’t forget about what you learn in this lesson! You learn how to directly grab paragraphs from different selectors!
Here’s a hint…the course tells you that you can directly grab a p
under a div
by typing div > p
, right? Read the HTML code, then grab the certain p that you want to bold, change colours, etc. etc.
I hope this helps!
Thank you. i got it now. i read it couple more times to get the info properly.
yes, i love being stuck in some assignment, once i get right the feeling of conquering is the best. i got it…
yes i will never give up on this.
Ah alright. Glad to hear that you got it^^ Good luck!
great glad you could make it
keep spirit and learn more
can you show me how to do it? cause i’m stuck too
I don’t think you can use html because I’ve done it repeatedly and it says “did you remember to bold the intro and summary paragraphs?” and I’m like, YEEEEEEEESSSSSSS!!!
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.