Design comparison
SolutionDesign
Solution retrospective
I added the mobile version style and changed the selectors a little to create a clearer view of the code. Still no idea how to do the picture on the right!
Community feedback
- @palharesmagnonPosted about 3 years ago
Hello, very nice work, your image look's very close to the design. If you looking for another way to solve this blend mode problem, you can try
background-blend-mode: multiply
. However, you'll need set abackground-color
before:background-color: hsl(277, 64%, 61%); background-image: url("path/to/the/image.jpg"); background-blend-mode: multiply; opacity: .7;
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