๐๏ธ 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.