Text align

You can add this helper class to any element in your HTML code to set text-align

Class Description
text-start text-align: left;
text-end text-align: right;
text-center text-align: center;
Suggest Edit