Jhon
@GiroFrmAll comments
- @FEZWA23Submitted 3 months ago@GiroFrmPosted 3 months ago
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 helpful1 - @sedaryildirimSubmitted 3 months ago@GiroFrmPosted 3 months ago
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 helpful1 - @sedaryildirimSubmitted 3 months ago@GiroFrmPosted 3 months ago
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