@NDOY3M4NSubmitted over 4 years ago
Is there a simple way to overlap the text and the image ?
Is there a simple way to overlap the text and the image ?
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.
One day one challenge. How could I improve my code, suggestions?
Just implemented the changes @NasratTalash suggested. Can someone, please explain me why scroll is not working on Ipad Pro?