📄️ color
Learn how to use the CSS color property to set the foreground color of text, and explore the four primary ways to define color values in CSS: keywords, HEX codes, RGB/RGBA, and HSL/HSLA.
📄️ direction
Learn how to use the CSS direction property to control the base direction of text, affecting horizontal flow, alignment, and column layout for different languages.
📄️ text-align
Learn how to use the CSS text-align property to control the horizontal alignment of inline content (text, images, spans) within a block-level container.
📄️ text-decoration
Learn how to use the CSS text-decoration property to add or remove visual lines on text, controlling their style, color, and thickness, especially for links.
📄️ text-transform
Learn how to use the CSS text-transform property to visually change the capitalization of text (uppercase, lowercase, capitalize) without altering the original HTML content.
📄️ Text Spacing
Learn how to use CSS properties like line-height, letter-spacing, and word-spacing to control the vertical and horizontal density of text for improved readability.
📄️ line-height
Master the CSS line-height property to control the vertical spacing between lines of text (leading), and learn why the unitless value is essential for readable and accessible typography.
📄️ text-shadow
Learn how to use the CSS text-shadow property to apply a subtle or dramatic shadow effect to text, controlling its offset, blur radius, and color.
📄️ overflow-wrap
Learn how to use the CSS overflow-wrap property to control whether the browser can break words to prevent content from overflowing its container.