text-align
Specify the horizontal alignment for multiline texts.
left
center
right
The default value for this parameter is left.
By default text is aligned to the left, you can specify it explicitly with text-align=left parameter:
text-align=left
GET https://assets.imglab-cdn.net/particles.jpeg?text-align=left x px
https://assets.imglab-cdn.net/particles.jpeg?text-align=left
In this example we are specifying the text be centered aligned with text-align=center:
text-align=center
GET https://assets.imglab-cdn.net/particles.jpeg?text-align=center x px
https://assets.imglab-cdn.net/particles.jpeg?text-align=center
Align the text to the right is possible with text-align=right:
text-align=right
GET https://assets.imglab-cdn.net/particles.jpeg?text-align=right x px
https://assets.imglab-cdn.net/particles.jpeg?text-align=right