Design comparison
SolutionDesign
Solution retrospective
1----how to perfectly center the profile img, i have used position...any other ideas?
2----main background image is different than what is given in the challenge how do i resolve that
Community feedback
- @deoruchiPosted over 1 year ago
Congo for completing the challenge!!╰(°▽°)╯
In your challenge you can fix the background by mentioning the image (given) and color all together separated by comas. like this:
background: url(images) no-repeat right left, url(images) no-repeat bottom right ,rgb(3, 172, 172);
background shorthand way is used here.
Marked as helpful1
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