chrissources

make text go right, left, or center

Mar 25th, 2021 (edited)
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. Center β€”
  2. <p align="center">TEXT HERE</p>
  3.  
  4. Right β€”
  5. <p align="right">TEXT HERE</p>
  6.  
  7. Left β€”
  8. <p align="left">TEXT HERE</p>
  9.  
Add Comment
Please, Sign In to add comment