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 :: last second css 
Css :: css text selection none 
Css :: button background color remove 
Css :: loop scss 
Css :: css hide text if too long 
Css :: how to mirror object through css 
Css :: css code to make text bold 
Css :: text overflow ellipsis css 
Css :: css how to add double shadow to text 
Css :: css remove link border on click 
Css :: how to add css in flask app 
Css :: limit p css 
Css :: media query for mobile view css 
Css :: scroll-behavior not working 
Css :: tailwind nowrap 
Css :: css circle 
Css :: css rounded corners 
Css :: make png image white css 
Css :: div background image 
Css :: css space between elements 
Css :: css dark filter over image 
Css :: input time without am pm 
Css :: hover apply lighter color css 
Css :: css important 
Css :: move button to right css 
Css :: boostrap pointer 
Css :: como colocar o footer sempre no final da página 
Css :: how to link fonts css 
Css :: jquery css multiple 
Css :: limit text size 
ADD CONTENT
Topic
Content
Source link
Name
6+7 =