Submitted over 3 years ago
Used a combination of flexbox and grid to layout the component
@salymk
Design comparison
SolutionDesign
Solution retrospective
How do I change the image overlay color?
Community feedback
- @waltersonoPosted over 3 years ago
Hi salymk, good job
To change the overlay color you can use:
background-image: linear-gradient(rgba(color,opacity), rgba(same-color,opacity)), url(path/to/image)
;Hope this is helpful
See you!
Marked as helpful1
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