.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 style none |
Css :: write text in one line css |
Css :: react inline css background color |
Css :: html print page break |
Css :: navbar box shadow |
Css :: three dots in css |
Css :: css fixed center vertical |
Css :: wordpress smooth scroll to anchor |
Css :: how to mirror object through css |
Css :: text truncate after 3 lines |
Css :: css text vertical direction |
Css :: center a div css |
Css :: how to render css in flask link |
Css :: input type search remove x |
Css :: borders for tables in html/css |
Css :: css centrar imagen |
Css :: css first |
Css :: swiper slider autoplay |
Css :: how to give opacity to background only |
Css :: inner box shadow |
Css :: change mat icon size |
Css :: css hide scroll |
Css :: box shadow top and bottom only |
Css :: css safari conditional |
Css :: css important |
Css :: tailwind backdrop |
Css :: css horizontal ul |
Css :: mat-progress-bar style without app-theme |
Css :: vertical-align tablerow |
Css :: box-shadow css |