NFT Preview Card Component Main

Solution retrospective
I was having a hard time wither I should use <ul> or <p> where it says "0.041 ETH" and "3 days left". I also was having a hard time putting the image icon next to the text while using the flex-box method.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @bkpecho
Hey there good job!
With the "0.041 ETH" and "3 days left", I think
it would be better to use <span>
for them as they are short texts. Also, you may wrap them together with their icons in a<div> instead of an <article>
I hope my feedback helps! Well done for completing this challenge. HAPPY CODING 🎉
Marked as helpful
Join our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord