Web Ninja 101 | Coding Testamonials

Solution retrospective
Is there a simple way to overlap the text and the image ?
Please log in to post a comment
Log in with GitHubCommunity feedback
- @mladendjokovic
You can use position relative on the img and text and push them inside. Img { position: relative; right: 100px; } Text { Position: relative; Left: 100px; } Just set the width of the elements. I used this, but really don't know if it's a good solution.
Join 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