my code:
<!DOCTYPE html>
<html>
<head>
<title>Loving the font changes</title>
</head>
<body>
<h1 style="font-family: Arial">Big title</h1>
<ol>
<li style="font-size=16px; font-family: Arial">This item is big Arial.</li>
<li style="font-size=12px; font-family: Verdana">This item is medium Verdana.</li>
<li style="font-size=10px; font-family: Impact">This item is small Impact.</li>
</ol>
</body>
</html>
the error says: Oops, try again. It looks like your second
's font-size is 16px instead of 12px.
@blogcoder73890
I’m using Chrome.
font-size is 16.3636360168457px instead of 16px.
You have to enter the ‘Settings’ => ‘Advanced settings’ (in the very bottom)
and to chose 100% in the Page scale (in my browser it was 125%).
http://www.codecademy.com/forum_questions/5562cbbe93767652470006d0
after font-size, there should be a colon (not an equal sign)
You do this right after font-family, i don’t see why you use a equal sign after font-size then
1 Like
font-size=16px;
There lies the issue, that needs to be fixed as @stetim94 eluded to.
system
closed
August 23, 2016, 2:26pm
#5
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.