You are here : cssCSS 3text-justify

text-justify - CSS 3

The text-justify property specifies the justification method to use when text-align is set to 
	"justify".This property specifies how justified text should be aligned and spaced.


Syntax

text-justify: auto|inter-word|inter-ideograph|inter-cluster|distribute|kashida|trim|initial|inherit;


Example

div
	{
	   
	text-align: justify;
	   
	text-justify: inter-word;
	}


Output / Return Value


Limitations


Alternatives / See Also


Reference