Design comparison
SolutionDesign
Solution retrospective
How can I apply color to the image? In "Order summary component" I used background-image and background-color, but in this case it didn't work
Community feedback
- @juanpb96Posted over 3 years ago
Hi 👋
Good job on your solution! 👌
If you want to apply color to your image, try this:
background-blend-mode
in your.card-image
class.On the other hand, I think you should remove the media query
@media screen and (min-width:375px)
as you want to work mobile-first.Happy coding! 😄
Marked as helpful1@UnTalPelucaPosted over 3 years ago@juanpb96 I had media query 1440 at the beginning, newbie bug. I already fixed the code. Blend mode works correctly, thanks a lot for the help!
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