NFT - Preview card - using Flexbox

Please log in to post a comment
Log in with GitHubCommunity feedback
- @rohitKumar38344
- You can use gap property of flexbox on div having class of "left-div" instead of using margin-left on img
- Next you can use align-items property on left-div with value "center" because img icon seems to be stretched due to default behaviour of flex items.
- Remove the width of 30% on right-div because of it content is stretched
except of all of these everything is perfect. Good work :D
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