W3docs

text-transform

CSS Property:

Result:

Example of the CSS text-transform property

CSS Code:

#myDiv {
position:relative;
background-color:pink;
width:150px;
text-transform: uppercase;
}

Click the property values above to see the result