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

0 points
Submitted by Adlet
over 11 years

Did you remember to make the second paragraph's font-family Tahoma?hELP

/Add your CSS below!/ p:first-child{ font-family:cursive; } p:nth-color(2){ font-family: Tahoma; } p:nth-child(3){ color:#cc0000; } p:nth-child(4){ background-color:#00ff00; } p:nth-child(5){ font-size:22px; }

Answer 50abe97c7fa7a72e190017c0

1 vote

Permalink

you have typed color insted of child - p:nth-color(2){

font-family: Tahoma; }

Just change it to child and it will work

:)

points
Submitted by judy
over 11 years

Answer 50ac7954876c2c81e60001f1

0 votes

Permalink

Thanks!!! I did not pay attention

points
Submitted by Adlet
over 11 years

1 comments

Abhishek Das over 10 years

I HV WROTE : P:NTH-CHILD(2){ FONT-FAMILY: TAHOMA; }

bt it didn’t work…..why??