Design comparison
SolutionDesign
Solution retrospective
Your feedback is welcome! :)
Community feedback
- @justmrkhanPosted over 2 years ago
Hello, I do not have any feedback as of now. However, I have a question.
- How did you add the border part to that avatar image? Do let me know since I missed that in my submission for the same challenge.
0@la-vizaPosted over 2 years agoHey, @justmrkhan! Sorry for my late reply, but here is how I added the border to the avatar image in CSS:
display: inline-block; width: 15%; border: 1px solid var(--white); border-radius: 50%;
Hope it helps!
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