text-align: left;
text-align: center;
text-indent: 1rem;
text-decoration: none;
text-decoration: underline;
text-decoration: line-through;
text-transform: lowercase;
text-transform: uppercase;
/* Use in heading */
text-transform: capitalize;
/* To truncate a paragraph */
width: 50ch;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
/* split the text into 2 columns */
column-count: 2;
/* set the distance of the gap between */
column-gap: 2rem;
/* add a dotted line between each column */
column-rule: 3px dotted #999;
/* text goes from right to left */
direction: rtl;