Come up with a title for the page about your CSS adventures and add it to the <h2> tag.
Add a couple of paragraphs about what interests you the most in the course.
Use the existing heading <h2>.
Make each paragraph 150px high.

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>
  <body>
    <h2></h2>
  </body>
</html>