Design comparison
SolutionDesign
Solution retrospective
if you have any suggestion. please comment
Community feedback
- @danielmrz-devPosted 9 months ago
Hello @karan819381!
Your solution is great!
Here's how you can create the background pattern for the desktop version:
body { background-image: url(./images/pattern-background-desktop.svg); background-size: contain; background-repeat: no-repeat; background-position: top; background-color: #E1E9FF; }
You can use both
background-color
andbackground-image
together on the body. They will not cancel each other.I hope it helps!
Other than that, great job!
0
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