blob: 0bcd151fd27890c48956033d033f7f0e55800779 [file] [log] [blame]
.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;
}