Design comparison
Solution retrospective
I know that this a Newbie Challenger, but as a newbie, I did a lot of messing trying to adjust some details. I don't get how to put de bg-patterns yet. Maybe in another attempt. I will be back!
Community feedback
- @Ads645Posted over 3 years ago
Good job! I had problems with bg img too, not sure if this helps, but what I did was position absolute, then top, left and z-index to place it somewhere close to the card. Happy coding!
Marked as helpful1 - @Skyz03Posted over 3 years ago
Hi hemanuela, Great work on completing the challenge. I can see to implement the background, you can use
::pesudo
elements where you can then use thebackground: url()
plusposition: absolute
andcontent: ""
with addition toz-index
. If you have any question feel free to drop some comments.Marked as helpful0 - @rabahmilanoPosted over 3 years ago
well done! for the bg try this; background: url(imgLocation), url(imgLocation); then organize them with the background-position, background-size and others for each one ... good luck
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