How can I use multiple diff. aligns in same paragraph | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How can I use multiple diff. aligns in same paragraph

for example I want to write: "This" aligned to left then a <br/> "is" center aligned then a <br/> "a line" aligned to right. all in the same paragraph

28th Nov 2016, 9:04 AM
Sheriff H.Zidan
2 Answers
0
Try to use the <span> tag. I will test it later, cause I am not sure whether it works.
28th Nov 2016, 9:44 AM
Andreas K
Andreas K - avatar
0
put the lines inside a span. first and last use float. center use display: block and text-align: center
28th Nov 2016, 12:33 PM
Junjie Gono
Junjie Gono - avatar