Design comparison
Solution retrospective
I had some problems with the image and the purple filter part, i saw several ways to do it, but i use the ::after ::before pseudo-elements. Any tips is welcome.
Community feedback
- @hardy333Posted about 3 years ago
Hey, what can I say, your html looks good and clean , you are using semantic tags, your classNames are quite organized, css also looks good. website is clean cand responsive, very impressive -- GOOD JOB.
Also one small suggestion will be to add some horizontal padding to container or margins to card - on medium screen sizes.
Have a nice day.
Marked as helpful4 - @darryncodesPosted about 3 years ago
Hi Mcz,
Excellent solution, very responsive - well done!
- like you said a few options to get the image right, you could try adding a solid
linear-gradient
to a background image:background-image: linear-gradient(hsl(277, 64%, 61%), hsl(277, 64%, 61%) ), url(../your/image-filepath);
- also explore
background-blend-mode
All the best
Marked as helpful1 - like you said a few options to get the image right, you could try adding a solid
- @darryncodesPosted about 3 years ago
Hi Mcz,
Excellent solution, very responsive - well done!
- like you said a few options to match the image to the design, you could try adding a solid
linear-gradient
to a background image:background-image: linear-gradient(hsl(277, 64%, 61%), hsl(277, 64%, 61%) ), url(../your/image-filepath);
- also explore
background-blend-mode
All the best
0 - like you said a few options to match the image to the design, you could try adding a solid
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