Test /
TextTransform
This page tests out the CSS text-transform property, which has been
enabled for this page via the following css:
.uppercase { text-transform: uppercase } .lowercase { text-transform: lowercase } .capitalize { text-transform: capitalize }
* The quick brown fox * The quick brown fox * The quick brown fox * The quick brown fox |
|