Design comparison
SolutionDesign
Solution retrospective
how to set background image with position top-left and bottom right in same tag body????
Community feedback
- @JorggyhPosted about 2 years ago
Just separate them with comma
background: top left no-repeat url('img1.svg'), bottom right no-repeat url('img2.svg');
You can add that line with a border top in your div .data
Marked as helpful0
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