Applied Visual Design - Set the font-size of Paragraph Text

Hi there,

I am battling to pass through this section where the pixel size has to be changed to 16px, i have disabled dark mode and tried on 100% zoom. Please can someone assist me.

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 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36

Challenge: Applied Visual Design - Set the font-size of Paragraph Text

Link to the challenge:

your code pass for me

you can just go to next challenge if you can’t find what’s blocking it

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