Home / CSS Tips Generated By ChatGPT / Styling the First Letter in CSS Use the ::first-letter pseudo-element to style the first letter of a block of text. Source Code p::first-letter { font-size: 200%; color: red; }