Code is not executing even font-size changed to 16px

Tell us what’s happening:
Describe your issue in detail here.

  **Your code so far**

<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 (Linux; Android 11; RMX3081) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.104 Mobile Safari/537.36

Challenge: Set the font-size of Paragraph Text

Link to the challenge:

Hello @summiya462,

Your code is good, maybe try to refresh the page, verify that the zoom size of your page is at 100%, check also that you don’t have any extension that gives a dark theme to the page, and maybe try another browser. Also, disable adblock if you have this extension.

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