Text manipulation

Is there a particular way to manipulate text position?

(It’s a work in progress)

What text are you trying to manipulate? There’s always text align center, right, etc. depending on what you are wanting to do, you can also manipulate the dog that the text is in itself with absolute positioning or by messing with its margins.

1 Like

Thank you. I just wanted to know how to manipulate text in general that’s all. So I mostly just use text-align, margins, and possitions right? Thanks for clearing that up

Correct. With positioning you’re actually manipulating the div that surrounds the text that is relative to its parent container, which you would use the top, left, right, bottom properties, which is commonly used to place a an element somewhere specific on the page. But other than that, margin and padding is good for some good breathing room for the text.