NFT preview card with SASS and flexbox

Solution retrospective
I did not know how to add rounded border to avatar picture, any tips are most appreciated.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @kodan96
hi there! 🙌
You can add a
border
to animg
just like any other element:img { border: 2px solid #fff; }
Hope this was helpful 🙏
Good luck and happy coding!
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