Design comparison
SolutionDesign
Solution retrospective
Took a while to get the color overlay for the image, At first I tried gradients for ages on it but could not get the right color for the overlay before I finally found out about mix-blend-mode.
Still new to this so any feedback on what I could of done better would be great!
Community feedback
- @MarkoDjuricPosted over 2 years ago
When you use a grid you don't need to center elements with align-items and justify-content. You can just put place-content: center. Less line code and the same result. Also always use max-width for containers instead of width, try and you will see different. Cheers!
1
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