Design comparison
Community feedback
- @correlucasPosted over 2 years ago
🧔 Hello GIGADEV, congratulations for your new solution! 🧔
I know that you don't have much to say, since you're a GIGA DEV. 👨💻
But if you permit, I want to give you a little little little advice:
You solution is just perfect and responsive, the background was the hardest part and you've smashed it. Thats great! For the profile image is better you align it with a negative margin to avoid strange behavior (with the position relative and percentage) if you use
margin-top: -50px;
works better and use itimg { display: block; max-width: 120px;}
to make the image scale with the same proportions of the container. Note that the image size is fixed.If you consider all these changes a good thing, remember to remove the
relative: position
and work a bit the properties I've said to you.Hope it helps GIGA, happy and coding for you!
Marked as helpful1@Khalid-debuggPosted over 2 years ago@correlucas Thanks for your continuous responses, usually well-educated devs don't help that much <3
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