Please help [CodeAcademy]

Status
Not open for further replies.

Korey

Member
Jan 7, 2014
50
0


It keeps saying that it's incorrect....
 

Sysode

Front-End Developer
Dec 11, 2012
1,673
848
Well, here's the answer. The key to solving it is reading what's in the top left when you start section 8.

Code:
p{font-family:Garamond;}

body p{font-weight:bold;}

div p{font-weight:bold;}

div >p {color:#7Ac5cd;}

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

Korey

Member
Jan 7, 2014
50
0
That didn't work or me, but when I did it like this:

p {
font-family: Garamond
}

body p {
font-weight: bold;
}

div p{
color: #7AC5CD
}

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


It worked, but I followed ur general idea so thanks.
 
Status
Not open for further replies.

Users who are viewing this thread

Top