| .testDiv { | |
| width: 300px; | |
| border: 1px solid #000000; | |
| font-family: "Courier New", Courier, monospace; | |
| font-size: 12px; | |
| } | |
| .alignStart { | |
| text-align: start; | |
| } | |
| .alignJustify { | |
| text-align: justify; | |
| } | |
| .alignLastStart { | |
| text-align-last: start; | |
| } | |
| .justifyAuto { | |
| text-justify: auto; | |
| } | |
| .justifyNone { | |
| text-justify: none; | |
| } | |
| .justifyInterWord { | |
| text-justify: inter-word; | |
| } | |
| .justifyDistribute { | |
| text-justify: distribute; | |
| } | |