https://www.codecademy.com/courses/web-beginner-en-y2Yjd/1/2?curriculum_id=50579fb998b470000202dc8b#
<!DOCTYPE html>
<html>
<head>
<title>First font size change</title>
</head>
<body>
<p style="font size: 10px"> Some text for you to make tiny! </p>
<p style="font size: 20px"> Some text for you to make normal size!</p>
<p style="font size: 40px"> Some text for you to make super big! </p>
</body>
</html>
I keep on getting an error that says it looks like I haven’t changed the font size on the “viewer.” It doesn’t look like it has changed on my end either. The way I read the lesson, the p tags I have at the beginning are like the example provided. Any suggestions? Thanks!