Order Summary component Html css speed run 45mn

Please log in to post a comment
Log in with GitHubCommunity feedback
- @MehrshadHeisenberg3
Great job your design looks just as the original but there is a slight difference.
If you look at the original one, you can see that there are two waves in the background. But it seems that your background is a little bit different!
By adding this piece of code in your css you can make it right!
body { background: url(images/pattern-background-desktop.svg), #e1e9ff; background-repeat: no-repeat, no-repeat; }
You're actually saying that you want to use the svg for the background.
Great job again and I hope that you find this comment helpful!
Join 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