This forum is now read-only. Please use our new forums! Go to forums

0 points
Submitted by Jori Barash
over 8 years

My code matches other answers in the forum but I get an error

I get the error:

Did you remember to set the paragraphs inside

  • tags to the text-decoration: underline;?
  • Here’s my code for the last block in question:

    li p { color: #000000; text-decoration: underline; }

    Answer 55a3e6ae76b8fe13470001ec

    6 votes

    Permalink

    I pretty much got confused on this one too, but I soon found out the code. Here is what my code looks like… p {font-family: Garamond; } body > p {font-weight: bold; } div > p {font-weight: bold; color: #7ac5cd; } li > p {color: #000000; text-decoration: underline; } Let me know if this works :)

    points
    Submitted by stampygal
    over 8 years

    4 comments

    0stupid1 over 8 years

    thanks! that solved my problem!!

    Matthew Blas over 8 years

    thanks worked perfectly!!

    can you explain why it had to be done like this. i gave the introduction and summary a name of p1 then did p1 font-weight:bold;

    f_rahmeto over 8 years

    god bless you i was stuck on it for like an hour trying to figure it out by myself bc im stubborn