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

banner
Close banner
0 points
Submitted by Andrew
over 11 years

How how how????

Oops, try again. Did you remember to set the fifth paragraph’s font-size to 22px? It looks like it’s currently 21.81818199157715px.

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 50bc0722711d3528d5002d62

3 votes

Permalink

Play with the browsers zoom sometimes it messes sizes up.

points
Submitted by Jake Michaels
over 11 years

1 comments

Andrew over 11 years

Thank you! Realy - it was zoom,,, =)