Experimental: This is an experimental technology
Check the Browser compatibility table carefully before using this in production.
The initial-letter-align
CSS property specifies the alignment of initial letters within a paragraph.
/* Keyword values */ initial-letter-align: auto; initial-letter-align: alphabetic; initial-letter-align: hanging; initial-letter-align: ideographic; /* Global values */ initial-letter-align: inherit; initial-letter-align: initial; initial-letter-align: revert; initial-letter-align: revert-layer; initial-letter-align: unset;