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 :: css gradient 3 color 
Css :: css gradient 3 colors 
Css :: scrollbar-color 
Css :: svg stroke color 
Css :: purgecss cli 
Css :: change input placeholder text css 
Css :: custom scrollbar css 
Css :: css animation display none 
Css :: maxheight media query 
Css :: css prevent new line div 
Css :: add icon to input field 
Css :: circle css w3schools 
Css :: import custom font 
Css :: Link design like a Button" 
Css :: Bootstrap default accordion arrow icon change 
Css :: css list items next to each other 
Css :: position css 
Css :: how to center horizontally and vertically block div 
Css :: media query for mobile min and max width both 
Css :: over to remove padding css 
Css :: background image opacity css 
Css :: css background overlay 
Css :: css media queries laptop 
Css :: CSS adding background image from file 
Css :: css image transparency 
Css :: responsive width css 
Css :: css media query max width 
Css :: why margin is not working on label css 
Css :: center background image in css 
Css :: primary hex code 
ADD CONTENT
Topic
Content
Source link
Name
3+1 =