Computer Science, asked by Computerandmath, 1 day ago

How to reposition text effectively and dynamically in html and css

Answers

Answered by TechyShadow
1

Answer:

Use position:absolute;

Explanation:

You can use position: absolute along with left and right in css to change the position of text dynamically

Similar questions