HTML and CSS Profile Card Component

Solution retrospective
First stab at this assignment, I appreciate any help!
Please log in to post a comment
Log in with GitHubCommunity feedback
- @mesutcifci
Hi Jibby congrats.
right: -18%
Your layout is overflow beacuse of this line ofcode. To prevent overflow you can add ``` overflow-x: hidden`` to html element. Also maybe you can think another approach of positioning background images.
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