Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All comments

  • P
    Jhon 210

    @GiroFrm

    Posted

    Hey, Great Job For completing your first challenge. Keep going. I noticed your solution doesn't have a border radius. You can solve this easily adding "border-radius:1rem" to your ".card" component.

    Marked as helpful

    1
  • P
    Jhon 210

    @GiroFrm

    Posted

    Great job completing and submitting this challenge.

    I have noticed there isn't a gap between the "p" element and the class "details"

    You can easily fix this by adding a margin-bottom to the p element like this

    Create a class . "description" in the CSS file .description{ margin-bottom: 1rem; } add the class description to the p element above the class " details"

    Marked as helpful

    1
  • P
    Jhon 210

    @GiroFrm

    Posted

    Great job completing and submitting this challenge.

    I have noticed there isn't a gap between the "p" element and the class "details"

    You can easily fix this by adding a margin-bottom to the p element like this

    Create a class . "description" in the CSS file .description{ margin-bottom: 1rem; } add the class description to the p element above the class " details"

    0