Design comparison
SolutionDesign
Solution retrospective
how can i blend the violet color with that background?
Community feedback
- @Nick331102Posted almost 3 years ago
This is the easiest way I have found for the overlay, but there are other ways try using an inset box shadow box-shadow: inset 0 0 0 1000px rgba(109, 54, 199, 0.596); you can adjust the color.
Marked as helpful1 - @skyv26Posted almost 3 years ago
Hi! Krypton, you did it good, all seems nice to eye in desktop view but as soon as I moved to mobile view then I noticed some issues.
- In mobile view your card is going outside from both ends at top and bottom.
- I saw your code and even in your issues report it is clear that you have used picture tag inappropriately, and you need to fix it. my suggestion is use only figure tag along with img to place image in your design.
I hope you understand and soon will fix it.
Good Luck
Marked as helpful1
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