Добавь параграфу цельную границу.

  • Толщина верхней должна быть 2px, нижней - 4px, обе должны быть зелеными.
  • Левая и правая границы должны быть прозрачными, толщина - 0px.
    Можно использовать только свойства border-width, border-color, border-style

Эта задача — часть курса по Full-Stack JavaScript
Ты можешь задать свой вопрос в комментариях под постом
Если ты уже решил задачу, то не стесняйся помочь другим

index.html

<!DOCTYPE html>
<html>
  <head>
    <style>

    </style>
  </head>
  <body>
    <p>
      Ulysses, Ulysses  Soaring through all the galaxies. In search of Earth, flying in to the night.
      Ulysses, Ulysses  Fighting evil and tyranny, with all his power, and with all of his might.
      Ulysses  no-one else can do the things you do. Ulysses  like a bolt of thunder from the blue.
      Ulysses  always fighting all the evil forces bringing peace and justice to all.
    </p>
  </body>
</html>