Design comparison
SolutionDesign
Solution retrospective
- How to customize the background image as shown in the question?
- How to set border for the box?
Community feedback
- @zlsNormanPosted about 3 years ago
Hello,
-
- background-image: url(images/pattern-background-desktop.svg);
- background-repeat: no-repeat;
- background-position: top;
-
- border-radius: 25px; -overflow: hidden;
this worked out for me :)
Marked as helpful0@sumitmukharjeeeeeePosted about 3 years ago@zlsNorman Thank you so much it wokred
0 -
- @ferhammarenPosted about 3 years ago
You can add both a color and a background image, so the bottom portion of the page matches the design.
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