left align css mdn

Solutions on MaxInterview for left align css mdn by the best coders in the world

showing results for - "left align css mdn"
Martina
26 Apr 2016
1text-align:left; //Aligns the text to the left
2text-align:right; //Aligns the text to the right
3text-align:center; //Aligns the text to the center
4text-align:justify; //Stretches the lines so that each line has equal width (like in newspapers and magazines)
5text-align:initial	//Sets this property to its default value.
6text-align:inherit	//Inherits this property from its parent element.