please help me, what’s wrong with my code:
I’m having the same problem!
if you have exactly that error message, your browser has a minimum font-size setting. (which as you might guess, is set to 12px), do a google search: change minimum font-size chrome
if you do not use chrome, replace it with the browser you do use
4 Likes
thanks a lot. this was the problem.
I’m having this same issue. I tried fixing my minimum font size in chrome. Still won’t let me pass.
<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>
font-size is one word, with a dash/hyphen in between, which you are missing
Wow. Silly mistake. Thank you!
Thank you very much! This is the answer!!
thank you so much!This problem has troubled me for a long time