Home / CSS Tips Generated By ChatGPT / Configuring Text Alignment in CSS Align text within elements using the text-align property. Source Code .center-text { text-align: center; }