/\* Hello \*/
text-transform: capitalize;
/\* HELLO \*/
text-transform: uppercase;
/\* hello \*/
text-transform: lowercase;
Comments