Tailwind CSS Text Utilities

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/8

flashcard set

Earn XP

Description and Tags

A collection of flashcards detailing the utilities for text styling in Tailwind CSS.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

9 Terms

1
New cards

Font Size

Utility classes to control font size, e.g., text-xs for extra small text, text-lg for large, up to text-9xl.

2
New cards

Font Weight

Controls the boldness of text, with classes such as font-thin, font-bold, and font-black.

3
New cards

Font Family

Sets the type of font, with options like font-sans, font-serif, and font-mono.

4
New cards

Text Color

Changes the color of the text using classes like text-gray-700, text-blue-500, etc.

5
New cards

Text Alignment

Utilities for aligning text, e.g., text-left, text-center, text-right.

6
New cards

Letter Spacing

Controls the spacing between letters using classes like tracking-tighter and tracking-widest.

7
New cards

Line Height

Also called leading, it controls the vertical spacing between lines, with options like leading-normal and leading-loose.

8
New cards

Text Decoration

Adds styles such as underlines or strikes with classes like underline and no-underline.

9
New cards

Text Transform

Changes the text case with utilities like uppercase, lowercase, and capitalize.