Design comparison
Solution retrospective
Please give some feedbacks for this project, and some suggestions for improving the image color too
Community feedback
- @darryncodesPosted about 3 years ago
Hi Shivani,
A quick one from me. Try
background-blend-mode
.background-blend-mode: multiply;
seems to work quite well, you'll just need to tweak your opacity value.Like Rishad said, a fundamental concept for flexible responsive design is
flexbox
check out the comprehensive guide by css tricksAnother useful thing to note is when to use headings and when not to skip levels. This is really important for accessibility. This MDN article could be useful for you
Happy coding!
Marked as helpful1 - @Noob-Coder-YouPosted about 3 years ago
hey, i took this challenged as well and mine was just fine and had some issues and im no expert to give you advice but you should have used grid and flexbox, i came to solution to see what others has done to understand and for you, you should use grid and flexbox and if you dont know css grid or flexbox just watch some on youtube (net ninja recommend)
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