What did i do wrong here?

Tell us what’s happening:
so basically the challenge asked me to increase the font size from 10px to 16px


<style>
p {
  font-size: 16px;
}
</style>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
</p>
  **Your browser information:**

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36

Challenge: Set the font-size of Paragraph Text

Link to the challenge:

Your code is passing for me. This happens some times. If you are still having this problem, reboot, clear the browser cache, or try a different browser. If all else fails, just back out and move onto the next challenge.

Also, make sure you don’t have a zoom set on your browser. And I don’t think it would affect this challenge, but make sure you don’t have dark mode on your browser.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.