Add a left border to the paragraph.
Use only one CSS property for this.
Border must be solid, black, 2px wide.

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>
    <style></style>
  </head>
  <body>
    <p>
      Hong Kong Phooey, number one super guy. Hong Kong Phooey, quicker than the human eye.
      Hes got style, a groovy style, and a car that just wont stop.
      When the going gets tough, hes really rough, with a Hong Kong Phooey chop (Hi-Ya!).
      Hong Kong Phooey, number one super guy. Hong Kong Phooey, quicker than the human eye.
      Hong Kong Phooey, hes fan-riffic!
    </p>
  </body>
</html>