Design comparison
SolutionDesign
Solution retrospective
- Background images aren't blending over eachother properly
- Layout feels wonky, need to rework it in the future
Community feedback
- @hesam-fattahiPosted almost 2 years ago
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.
0 - For background patterns, Instead of using keyword values for your
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