Design comparison
SolutionDesign
Solution retrospective
Please how do I add the color overlay on the image?
Community feedback
- @akash-1712Posted over 3 years ago
- In image (div) add property=>background-image: linear-gradient(to left, rgba(170, 92, 219, 0.5), rgba(170, 92, 219, 0.5)); and background-size: cover;
- In image add property => opacity=0.3. And one suggestion=>In image (div) and image, set width and height=100% to make image resonsive.
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