Design comparison
SolutionDesign
Community feedback
- @visualdennissPosted over 1 year ago
Hey there Modisere,
Good work there! Your solution looks very nice on desktop size. It looks like you have not implemented mobile layout. But you can do that easily by using a media query and changing flex-direction to column with flex-direction: column.
Also, if you want to match the edited tones of the image, you can simply add this to your image:
Replace opacity: 0.5 with these values for .image :
mix-blend-mode: multiply; opacity: .75;
Hope you find this feedback helpful!
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