Give your paragraphs a 20px font size.
The paragraph height must be 2.5 times larger then the font size.
Use relative units to indicate height.

This task is part of the Full-Stack JavaScript Course
If you have any issues with it, you can ask for community help below the post
Feel free to help others if you’ve already solved the task

index.html

<!DOCTYPE html>
<html>
  <head>
    <title>Relative size</title>
  </head>
  <body>
    <p>All types of relative sizes can be used with font size.</p>
    <p>You can set paragraph font size to 2rem.</p>
  </body>
</html>