How do I over lap two lines or paragraphs | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How do I over lap two lines or paragraphs

27th Jun 2019, 7:14 PM
Ali
2 Answers
+ 9
Please clarify your question.
27th Jun 2019, 8:24 PM
r8w9
r8w9 - avatar
+ 1
In what language? In HTML/CSS you could just use a position:absolute; top: -100px; for the bottom line OR you could just use top or margin-top... just make sure it's a negative value to move it upwards overtop the other.
27th Jun 2019, 8:25 PM
Ashley