Design comparison
SolutionDesign
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!
Community feedback
- @MaryahceePosted over 2 years ago
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; }
0 - @MaryahceePosted over 2 years ago
Hi Nice work here! To put a circular border around the avatar image Add this border-color: white; border-radius: 50%; border-style: solid;
0
Please log in to post a comment
Log in with GitHubJoin 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