@lemmoorSubmitted almost 2 years ago
CarlosAG1609
@carloseag1609All comments
- @carloseag1609Posted almost 2 years ago
Nice! I think your solution has rounder corners than the original design but its okay. In the html, you could change the
<p>
tag for a<span>
inside the<button>
, because buttons can only have inline elements as children. Anyways, I found your HTML and CSS code readable and structured as well.Marked as helpful0