Design comparison
Solution retrospective
Funny that after all the harder Junior challenges, I stuck at adding image a color. Anyone got a better solution than I did?
Would be glad to see your reviews!
Community feedback
- @rahulkumar215Posted 9 months ago
Hello @grgrnkoo👋
Congratulations on successfully completing the challenge! 🎉
Its true that such Junior challenges might seem easy at first, but can get us our head scratching sometimes.
In HTML and CSS, there are many ways to do same thing, some people prefer this method, some prefer other.
For me I used CSS
background-image
property to set the image and added alinear-gradient
on top of it.Some other dude did it with
mix-blend-mode
, and achieved the same results.Anyway, the solution you submitted is great !
If you need any feedback or suggestions, I am happy to help
Have Fun Coding!
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