Search
 
SCRIPT & CODE EXAMPLE
 

CSS

css capitalize first letter

&::first-letter {
  text-transform: capitalize;
}
Comment

Capitalize the first letter of string using CSS

p:first-letter {text-transform:capitalize;}
Comment

Capitalise all first letters of words in a sentence with css

p {
  text-transform:capitalize;
}
Comment

PREVIOUS NEXT
Code Example
Css :: difference between pseudo elements and pseudo classes 
Css :: nuxt page transition 
Css :: overflow-y scroll css 
Css :: css round image without stretching 
Css :: Overflow-y scroll always show even it not overflow 
Css :: add css variables without global 
Css :: CSS Modules cannot be imported from within node_modules. 
Css :: twig inline css 
Css :: how to make border hover effect in css 
Css :: crop image in div 
Css :: background color in hex css 
Css :: loading animation css 
Css :: use dark shed in image in css 
Css :: for...of...loop and NodeLists 
Css :: css em 
Css :: input focus css default 
Css :: css table flex 
Css :: trash icon in fontawesome 
Css :: target button of fileinput css 
Css :: css multiple classes 
Css :: increase Nth-child CSS 
Css :: background css image 
Css :: vertical align h1 inside div 
Css :: prevent flex box width from overflowing in css 
Css :: download styles.css 
Css :: css wavy line 
Css :: css multiline comment 
Css :: how to display a header in the center of the column in css 
Css :: wordpress classic editor on post type 
Css :: sliding button css 
ADD CONTENT
Topic
Content
Source link
Name
9+4 =