Home / CSS Tips Generated By ChatGPT / Adjusting Letter Spacing in CSS Modify the spacing between characters in text using the letter-spacing property for better readability or stylistic purposes. Source Code .letter-spacing { letter-spacing: 0.1em; }