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

banner
Close banner
0 points
Submitted by Alexander Masandro
almost 11 years

[solved] Did you remember to set the fifth paragraph's font-size to 22px?

hi I am running in to a problem, I have to set the fifth paragraph. this is my styling : p:first-child { font-family:cursive;
}

p:nth-child(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 51d7eab7282ae34f4502ae3f

3 votes
Best answer

Permalink

I fixed it i was having a problem with the browser zoom I had to do ctrl+0 that fixed the problem.

points
Submitted by Alexander Masandro
almost 11 years

3 comments

santhosh_chn over 10 years

I did that in My Chrome, But getting same Error

Alexander Masandro over 10 years

you should try using another browser like Firefox, that’s what I used.

santhosh_chn over 10 years

Yeah, got that. Thanks:)

Answer 53388bc180ff33b3b6007822

0 votes

Permalink

Capitalize tahoma result: Tahoma. Also cap cc to CC and ff to FF. That should help.

points
Submitted by Dylan Pool
about 10 years