Static Profile Card

Solution retrospective
- Background images aren't blending over eachother properly
- Layout feels wonky, need to rework it in the future
Please log in to post a comment
Log in with GitHubCommunity feedback
- @hesam-fattahi
Hey there👋 Good job!
- For background patterns, Instead of using keyword values for your
background-position
, you can use percentages for the X and Y coordinates. Play with the numbers to get as close as possible to the design. More info on MDN.
- You should also add
background-repeat
and set it tono-repeat
.
- The profile picture, due to accessibility reasons, should have
alt
attribute. It should describe what the image is. More info on W3.
Good luck.
- For background patterns, Instead of using keyword values for your
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