Design comparison
SolutionDesign
Solution retrospective
Here is my solution to this challenge. I am facing the problem of placing the computer image with the side text. How to do that? Your suggestions and feedbacks will be really helpful for me to impprove. Thanks in advance. 🙏
Community feedback
- @ViyanMdPosted about 3 years ago
use overflow hidden also, your container is narrower than the screen, so you need to fix that
Marked as helpful0 - @ViyanMdPosted about 3 years ago
Try wrapping ctn__01__img-ctn and ctn__01_01 in a separate container and put display: flex on it with flex: 1 1 100% and they play with negative margin for ctn__01__img-ctn
Marked as helpful0
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