Design comparison
Solution retrospective
My main doubt is about how to make a site fully responsive. In this challenge i managed to make it partially. For example, the card doesn't remain vertically centered when you resize.
Community feedback
- @ApplePieGiraffePosted almost 4 years ago
Hey, Olmo! 👋
Just wanted to say congratulations on completing your first Frontend Mentor challenge! 🎉 Good job on this one! 👍
Your solution looks good and that animation of the profile picture is a cool touch! 😎
Keep coding (and happy coding, too)! 😁
1 - @MasterDev333Posted almost 4 years ago
Great work @Olmo. I love your hover animation on avatar. As @axevldk said, it would be better if you use background-image property rather than using img tags. And from later solutions, try to make everything close to design. In the real world, we should make everything pixel perfect and fully responsive. Hope it helps. Happy coding~ :)
1 - @axevldkPosted almost 4 years ago
Hi, Olmo ~
I have studied your work. Good work for you first challenge. Here are couple of my opinions to improve your work.
-
You used image tags for background circle images, but I think using background-image css property or pseudo elements would be better in this case.
-
Same with the top bar image for card.
-
And you can organize elements of card in orderly. I am attaching my solution and github code here, so that you can reference, thought it's not a perfect solution.
https://profile-card-component-orcin.vercel.app/
https://github.com/axevldk/Profile-Card-Component.git
Hope my opinion can help you even a bit. Happy coding, and keep coding ~
1@olmoceriottiPosted almost 4 years agoThank you for your feedback! I'll study your solution :)
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