Design comparison
SolutionDesign
Solution retrospective
Hello ,
I couldn't figure a way out of how to make the image like that purple ish color .
Community feedback
- @rezaboxPosted almost 3 years ago
hi jatin good job of this project can you change the background-image by use linear-gradiant and can ok
Marked as helpful1 - @darryncodesPosted almost 3 years ago
Hi Jatin,
Nice work, really responsive - well done!
Give this a shot:
- add
mix-blend-mode: multiply;
anddisplay: block;
(this prevents the little line appearing at the bottom of the image) to.desktop-image
- add
background-color: hsla(277, 64%, 61%);
to.image-div
- add
overflow: hidden;
to.container
to make sure the border-radius is visible on all corners
Hope it helps!
Marked as helpful1 - add
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