Design comparison
SolutionDesign
Solution retrospective
The only issue i had with this was centering the image. Any other parts i might need to improve on?
Community feedback
- @danielmrz-devPosted 9 months ago
Hello @repro123!
Your solution looks great!
I have one suggestion:
- The profile image is looking too big, so you need to adjust its width, like this:
.ImgContainer img { border-radius: 100%; width: 100px; /* instead of 100% */ /* height: 100%; */ -- You can remove this line }
I hope it helps!
Other than that, great job!
Marked as helpful1@repro123Posted 9 months ago@danielmrz-dev Thanks for the feedback. I will do that. Thanks
1
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