how to left align text in css mdn code example
Example: left align css mdn
text-align:left; //Aligns the text to the left
text-align:right; //Aligns the text to the right
text-align:center; //Aligns the text to the center
text-align:justify; //Stretches the lines so that each line has equal width (like in newspapers and magazines)
text-align:initial //Sets this property to its default value.
text-align:inherit //Inherits this property from its parent element.