Design comparison
Solution retrospective
How to set the image to right? How to add the purple wrapper to the image?
Community feedback
- @ruedasjnthnPosted over 3 years ago
use mixblend mode: multiply then set the opacity of your image to 70%, you can achieve the set design for the image using this technique
0 - @Tyson-WellingsPosted over 3 years ago
To add the purple wrapper to the image you can create a wrapper div around the image. Set the background the wrapper div to the color that style guide provides you!
0 - @zeerobitPosted over 3 years ago
How to set the image to right? How to add the purple wrapper to the image?
A: if you used flexbox then you can use the "order" property to switch them position, set order: 1; on the second div and order: 2; on the first div
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