CSS Text Alignment — a practical guide to CSS text-align with clear examples you can reuse in real projects.
CSS Tutorial Series (48/109). Prefer one article? Read the complete CSS tutorial.
Short description
Prefer `start`/`end` for multilingual layouts when appropriate.
Text align
.center { text-align: center; }
.prose { text-align: start; }