Design comparison
SolutionDesign
Solution retrospective
- How to make a proper box shadow for the button?
- How to make the background using the SVG image?
Community feedback
- @Ammyy9908Posted almost 3 years ago
You can check my code at https://www.frontendmentor.io/solutions/responsive-order-summary-card-sHaAD7SJo
Marked as helpful0@nitskpPosted almost 3 years ago@Ammyy9908 Thanks, it worked. The problem was that I thought I had to make the background somehow by using the SVG image only. I didn't think about adding colour to the background.
0 - @Ammyy9908Posted almost 3 years ago
Hi @ nitskp use background-repeat:no-repeat; to fix background image repetition.
0@nitskpPosted almost 3 years agoHi @Ammyy9908. Applying no-repeat doesn't work. When I used only no-repeat img2 comes. Output Screenshots Using no-repeat and cover gives img1
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