CSS text spacing properties
As an American architect Frank Lloyd Wright once said, "Space is the breath of art." In design, spacing can make or break the user experience. CSS has several properties that allow you to precisely control how much space you want to leave between characters, words, and lines.
Here are some of those text spacing
properties:
letter-spacing
specifies the space between characterstext-indent
sets the indentation of the first line of a textline-height
sets the space between linesword-spacing
defines the space between words
Length values in px
are most commonly used with these properties.