Design comparison
SolutionDesign
Solution retrospective
Hello Everyone, Here is my solution to this challenge.. I will appreciate feedbacks. Thanks
Community feedback
- @correlucasPosted over 2 years ago
๐พHello Joy, congratulations for your solution!
I saw that you've used the
shorthand
to apply the background with the image top and bottom, the way you did is kinda tricky to manage the images because there are many properties to insert, my advice for you is manage each background property separately.I did a fix for your background and you can see the code below:
Body { background-image: url(../images/bg-pattern-top-desktop.svg), url(../images/bg-pattern-bottom-desktop.svg); background-position: left -185px top -236px, right 10px bottom -300px; background-repeat: no-repeat, no-repeat; background-attachment: fixed, fixed; background-size: contain, contain; }
Hope it helps and keep it up!
1
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