Specification test cases
The test cases below are imported from the Turbo CSS specification.
They have been executed upon loading this page.
Align left.
t1 text-left
.t1.text-left {
text-align: left;
}
Align center.
t1 text-center
.t1.text-center {
text-align: center;
}
Align right.
t1 text-right
.t1.text-right {
text-align: right;
}
Align justify.
t1 text-justify
.t1.text-justify {
text-align: justify;
}