Profile Card component

Solution retrospective
Thank you for viewing my solution, feedback is always welcome :D
Please log in to post a comment
Log in with GitHubCommunity feedback
- @correlucas
👾Hello Adrian, congratulations for your new solution!
Great solution again brother, you need only to fix some issues about the card responsivity. My advice for you is to build this card using
flexbox
usingposition: absolute;
andtransform
you don't have much control over the card. If you're not familiar to flexbox here's a good start looking this article:https://css-tricks.com/snippets/css/a-guide-to-flexbox/Here's my solution for this challenge if you wants to see how I build it: https://www.frontendmentor.io/solutions/fresh-prince-card-component-vanilla-css-easter-eggs-6Qe2CAE0H8
👋 I hope this helps you and happy coding!
Join 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