Please help! I am having a problem with font size at this particular screen

<PLEASE USE THE FOLLOWING TEMPLATE TO HELP YOU CREATE A GREAT POST!>

<Below this line, add a link to the EXACT exercise that you are stuck at.>
< img src=https://www.codecademy.com/courses/web-beginner-en-y2Yjd/1/3?curriculum_id=5035038ff76159000200b73c#"/>

<In what way does your code behave incorrectly? Include ALL error messages.>
I could not find any wrong and I could not pass the screen. It keeps telling me with the message:“Oops, try again. It looks like your second paragraph’s font-size is 13px instead of 10px.”

```

Replace this line with your code.

<do not remove the three backticks above>

Please post your code. :slight_smile:

Here is the link. Thank you.

You cannot give me a link, you must copy and paste the code. :slight_smile:

That doesn’t show the code, it’s just the link to the lesson.

It’s like this:

<!DOCTYPE html>
<html>
	<head>
		<title>Changing the colors!</title>
	</head>
	<body>
		<h1 style="color:green; font-size:16px">Big Heading</h1>
			<p style="color:violet">A giant bear and a little duck were friends.</p>
			<p style="color: red; font-size:10px">But the bear got hungry and ate the duck.</p>
	</body>
</html>

HI read that…

Here is the link ti the screen i having a problem. Thank you.

https://www.codecademy.com/courses/web-beginner-en-y2Yjd/1/3?curriculum_id=5035038ff76159000200b73c#

Your code looks fine, make sure your browser zoom is set 100%, and that your browser doesn’t have a minimum font-size setting (use google where needed)

Hello,
Do you see any wrong with the code? The problem is whatever the font-size I typed on,
I keeps getting the error message saying “the second paragraph’s font-size is 13px instead of 10px”.

Thank you.

if you can’t find the minimum font-size setting of your browser, try a different browser alltogether.

Hello Stetim,
Alright. I got it. You are right about it. My browser minimum font setting is probably too big.

Thank you ,

1 Like