.uppercase {
text-transform: uppercase;
}
#example {
text-transform: none; /* No capitalization, the text renders as it is (default) */
text-transform: capitalize; /* Transforms the first character of each word to uppercase */
text-transform: uppercase; /* Transforms all characters to uppercase */
text-transform: lowercase; /* Transforms all characters to lowercase */
text-transform: initial; /* Sets this property to its default value */
text-transform: inherit; /* Inherits this property from its parent element */
}
.link {
text-transform: lowercase;
}
.link::first-line {
text-transform: capitalize;
}
p.small {
font-variant: small-caps;
}
.class_name {
text-transform: none|capitalize|uppercase|lowercase|initial|inherit;
}
p{
/* Keyword values */
text-transform: none;
text-transform: capitalize;
text-transform: uppercase;
text-transform: lowercase;
text-transform: full-width;
text-transform: full-size-kana;
/* Global values */
text-transform: inherit;
text-transform: initial;
text-transform: revert;
text-transform: revert-layer;
text-transform: unset;
}
Code Example |
---|
Css :: button css normal |
Css :: css animations |
Css :: animations |
Css :: css table flex |
Css :: how to centralize cards in css |
Css :: flex items not taking full width |
Css :: set css on parent element css |
Css :: keyframes |
Css :: user-select: none; |
Css :: add background in text |
Css :: css negative padding |
Css :: deobfuscate css |
Css :: css chamfered corner |
Css :: css text color |
Css :: how to color links |
Css :: scrollbar |
Css :: changong text color css |
Css :: tailwind css next |
Css :: pagination html css how to working |
Css :: css contain property |
Css :: phone css |
Css :: html textgröße ändern css |
Css :: hover |
Css :: django validation error css |
Css :: display: block; |
Css :: rem css |
Css :: division in css |
Css :: how to make grid css |
Css :: css active button |
Css :: tailwind css modules |