Text Transform Property in CSS
Text transform property is supported in any kind of browser. The primary function of this property is it allows you to transform your text into none, uppercase, capitalize and lower case format. To understand what this four property are, follow the steps bellow.
Creating Our Display
The code Bellow will display the result of none, uppercase, capitalize and lower case format.- Read more about Text Transform Property in CSS
- Log in or register to post comments
- 39 views