<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.”
<!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>
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”.