Text align

You can use an image in the background simply add InlineStyle in div tag and by use of this you can create your own bg. See example below:

ClassDescription

.text-left

which means text-align: left;

.text-center

which means text-align: center;

.text-right

which means text-align: right;

Last updated