Text Styling

CSS allows customizing text appearance with different properties like font-size, font-weight, and text-align.

Snippet:

font-size: 20px; font-weight: bold; text-align: center;

Example:

font-size: 16px; line-height: 1.5; color: #333;