Design comparison
SolutionDesign
Solution retrospective
I've solved the issue, all thanks to Andy Cormack.
Community feedback
- @AndyCormackPosted over 2 years ago
Hi Jibreel!
Great job on matching the design so well.
Regarding the issues you've been having with the background pattern, it looks like you've made it a little complicated for yourself. If you remove the
background-image
frombody
and remove thebody::before
pseudo-element entirely you can simply add the following to the div that contains the left side content:background-image: url(/images/bg-pattern-desktop.svg); background-size: cover;
Marked as helpful0
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