Submitted over 4 years ago
Web Ninja 101 | Coding Testamonials
@NDOY3M4N
Design comparison
SolutionDesign
Solution retrospective
Is there a simple way to overlap the text and the image ?
Community feedback
- @mladendjokovicPosted over 4 years ago
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.
0@NDOY3M4NPosted over 4 years ago@mladendjokovic okay, I’ll give it a try to see
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