HTML CSS NFT preview card

Solution retrospective
I had some difficulties on this one. Align the icons with the text, I couldn't do it put a circular border around the avatar image
But I'm really glad I could do this!
Please log in to post a comment
Log in with GitHubCommunity feedback
- @Maryahcee
To add a divider line before the avatar add a div with an <hr> element, then style it as follows: hr { width: 80%; color: white; }
- @Maryahcee
Hi Nice work here! To put a circular border around the avatar image Add this border-color: white; border-radius: 50%; border-style: solid;
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