Search
 
SCRIPT & CODE EXAMPLE
 

CSS

css text transform

#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 */
}
Comment

PREVIOUS NEXT
Code Example
Css :: downgrade composer to 1 in vagrant 
Css :: iframe no scroll 
Css :: sass calc with variable 
Css :: restrict a paragraph height css 
Css :: how to make gradient backgroud cover whole page in html 
Css :: change scrollbar width and height in css 
Css :: css box shadow right and down 
Css :: justify text csss 
Css :: linear-gradient(top to bottom) 
Css :: image grascale css 
Css :: background image stretch to fill 
Css :: css div side rounded 
Css :: change size of bullet point css 
Css :: remove highlight input css 
Css :: how to center in css 
Css :: css blink 
Css :: box shadow border only show left side 
Css :: tablet screen size css 
Css :: add alpha value to css color variable 
Css :: clearfix css 
Css :: div fit content height 
Css :: how to specify css for smaller screen 
Css :: keep aspect ratio of image css 
Css :: duplicate box-shadow on element inner and outer 
Css :: onclick url 
Css :: break pre text 
Css :: hide scrollbar in tailwind css 
Css :: onclick change visibility 
Css :: detect if an element has a class jQurey 
Css :: html5 video hide progress bar 
ADD CONTENT
Topic
Content
Source link
Name
9+7 =