Detailed Services & Concepts

UI Design Features & Best Practices

Explore comprehensive visual guides on combining layout components, perfecting whitespace rhythms, and building mobile-first interfaces.

Topic 01 Grid & Flexbox Composition

1. Combining Layout Components

Professional user interfaces rarely rely on a single layout technique. Modern web applications combine CSS Grid for macro-layouts (page structure, hero grids, footers) with Flexbox for micro-layouts (buttons, header tags, card content alignment).

A

Macro Grid Architecture

Use grid grid-cols-1 md:grid-cols-12 for main multi-column page structures.

B

Micro Flexbox Containers

Use flex items-center justify-between inside grid cards for content flow.

Combining Layout Components
Image ID: 1062

Nested Component Structure Demo

Combining sidebar navigations with multi-row grid item cards.

Alignment and Spacing Best Practices
Image ID: 1011

Visual Spacing Rhythm Matrix

Proportional padding (p-6, p-8) and gap spacing (gap-6).

Topic 02 Whitespace & Alignment Rules

2. Alignment & Spacing Best Practices

Consistent vertical and horizontal spacing gives your application a polished, high-end feel. Use standard spacing multiples (4px scale: p-4 = 16px, p-8 = 32px) and align flex items centered on cross-axes.

Tailwind Spacing Rule Cheat Sheet

p-2 / m-2

0.5rem (8px)

p-4 / m-4

1.0rem (16px)

p-6 / m-6

1.5rem (24px)

p-8 / m-8

2.0rem (32px)

Topic 03 Mobile-First Strategy

3. Mobile-Friendly Interface Design

Tailwind CSS follows a mobile-first approach. Unprefixed utilities like block or text-sm apply to all screen sizes, while prefixes like md:flex or lg:text-xl only override styles at specific breakpoints.

Mobile First

Touch Target Standards

Buttons have minimum padding (py-3 px-6) for easy finger tapping on mobile screens.

Responsive Menus

Collapsible Navbars

Mobile hamburger menu button (md:hidden) hides desktop nav items on small viewports.

Mobile Friendly Design
Image ID: 1025

Mobile Viewport Adaptation

Seamless view adjustments from mobile handheld devices to widescreen displays.

Exhaustive Learning Table

Complete Tailwind CSS Class Reference Table for Features Page

Exhaustive tabular analysis covering EVERY single Tailwind class (228 total) and custom scrollbar utility used on this page for student mastery.

# Class Name What? (CSS Property & Meaning) Why? (Educational Design Rationale)
1 antialiased Enables font anti-aliasing (-webkit-font-smoothing: antialiased). Improves text rendering sharpness on high-res displays.
2 backdrop-blur-md Applies glassmorphism backdrop blur filter ('backdrop-blur-md'). Maintains text contrast on translucent headers over scrolling content.
3 backdrop-blur-xl Applies glassmorphism backdrop blur filter ('backdrop-blur-xl'). Maintains text contrast on translucent headers over scrolling content.
4 bg-amber-500/20 Sets background color or opacity ('bg-amber-500/20'). Styles container surface colors in dark theme palette.
5 bg-clip-text Clips background fill to the shape of foreground text glyphs. Required to render gradient text headers.
6 bg-gradient-to-b Sets background linear gradient direction ('bg-gradient-to-b'). Establishes direction for vibrant visual color transitions.
7 bg-gradient-to-r Sets background linear gradient direction ('bg-gradient-to-r'). Establishes direction for vibrant visual color transitions.
8 bg-gradient-to-tr Sets background linear gradient direction ('bg-gradient-to-tr'). Establishes direction for vibrant visual color transitions.
9 bg-indigo-950 Sets background color or opacity ('bg-indigo-950'). Styles container surface colors in dark theme palette.
10 bg-pink-500/20 Sets background color or opacity ('bg-pink-500/20'). Styles container surface colors in dark theme palette.
11 bg-pink-950 Sets background color or opacity ('bg-pink-950'). Styles container surface colors in dark theme palette.
12 bg-purple-950 Sets background color or opacity ('bg-purple-950'). Styles container surface colors in dark theme palette.
13 bg-slate-800/80 Sets background color or opacity ('bg-slate-800/80'). Styles container surface colors in dark theme palette.
14 bg-slate-900 Sets background color or opacity ('bg-slate-900'). Styles container surface colors in dark theme palette.
15 bg-slate-900/60 Sets background color or opacity ('bg-slate-900/60'). Styles container surface colors in dark theme palette.
16 bg-slate-900/80 Sets background color or opacity ('bg-slate-900/80'). Styles container surface colors in dark theme palette.
17 bg-slate-900/95 Sets background color or opacity ('bg-slate-900/95'). Styles container surface colors in dark theme palette.
18 bg-slate-950 Sets background color or opacity ('bg-slate-950'). Styles container surface colors in dark theme palette.
19 block Sets display property state ('block'). Shows or hides elements conditionally across device viewports.
20 border Applies border lines, border colors, or row dividers ('border'). Creates visual structural section lines and card boundaries.
21 border-amber-500/30 Applies border lines, border colors, or row dividers ('border-amber-500/30'). Creates visual structural section lines and card boundaries.
22 border-b Applies border lines, border colors, or row dividers ('border-b'). Creates visual structural section lines and card boundaries.
23 border-indigo-500/20 Applies border lines, border colors, or row dividers ('border-indigo-500/20'). Creates visual structural section lines and card boundaries.
24 border-indigo-500/30 Applies border lines, border colors, or row dividers ('border-indigo-500/30'). Creates visual structural section lines and card boundaries.
25 border-indigo-500/40 Applies border lines, border colors, or row dividers ('border-indigo-500/40'). Creates visual structural section lines and card boundaries.
26 border-pink-500/20 Applies border lines, border colors, or row dividers ('border-pink-500/20'). Creates visual structural section lines and card boundaries.
27 border-pink-500/30 Applies border lines, border colors, or row dividers ('border-pink-500/30'). Creates visual structural section lines and card boundaries.
28 border-purple-500/20 Applies border lines, border colors, or row dividers ('border-purple-500/20'). Creates visual structural section lines and card boundaries.
29 border-purple-500/30 Applies border lines, border colors, or row dividers ('border-purple-500/30'). Creates visual structural section lines and card boundaries.
30 border-slate-700 Applies border lines, border colors, or row dividers ('border-slate-700'). Creates visual structural section lines and card boundaries.
31 border-slate-800 Applies border lines, border colors, or row dividers ('border-slate-800'). Creates visual structural section lines and card boundaries.
32 border-slate-800/80 Applies border lines, border colors, or row dividers ('border-slate-800/80'). Creates visual structural section lines and card boundaries.
33 border-t Applies border lines, border colors, or row dividers ('border-t'). Creates visual structural section lines and card boundaries.
34 custom-scrollbar Custom CSS class styling Webkit scrollbar thumb with a vibrant 3-stop linear gradient (indigo to purple to pink) and dark track background. Applies theme-consistent gradient scrollbars to scrollable container elements.
35 duration-200 Controls CSS transition properties and timing ('duration-200'). Ensures smooth state changes when user hovers over controls.
36 duration-300 Controls CSS transition properties and timing ('duration-300'). Ensures smooth state changes when user hovers over controls.
37 flex Applies display: flex flexbox layout container. Enables 1D alignment of child elements along row or column axes.
38 flex-col Sets flex container direction ('flex-col'). Arranges child components vertically in columns or horizontally in rows.
39 flex-grow Sets flex item sizing behavior ('flex-grow'). Pushes elements to fill available space or prevents unwanted shrinking.
40 focus:outline-none Applies 'outline-none' when element receives keyboard or click focus. Tailwind CSS utility class 'outline-none'. Enhances form field focus feedback and keyboard accessibility.
41 focus:ring-2 Applies 'ring-2' when element receives keyboard or click focus. Tailwind CSS utility class 'ring-2'. Enhances form field focus feedback and keyboard accessibility.
42 focus:ring-purple-500 Applies 'ring-purple-500' when element receives keyboard or click focus. Tailwind CSS utility class 'ring-purple-500'. Enhances form field focus feedback and keyboard accessibility.
43 font-black Sets font weight or font family ('font-black'). Emphasizes titles, bold headings, and monospaced code blocks.
44 font-bold Sets font weight or font family ('font-bold'). Emphasizes titles, bold headings, and monospaced code blocks.
45 font-extrabold Sets font weight or font family ('font-extrabold'). Emphasizes titles, bold headings, and monospaced code blocks.
46 font-medium Sets font weight or font family ('font-medium'). Emphasizes titles, bold headings, and monospaced code blocks.
47 font-mono Sets font weight or font family ('font-mono'). Emphasizes titles, bold headings, and monospaced code blocks.
48 font-normal Sets font weight or font family ('font-normal'). Emphasizes titles, bold headings, and monospaced code blocks.
49 font-sans Sets font weight or font family ('font-sans'). Emphasizes titles, bold headings, and monospaced code blocks.
50 font-semibold Sets font weight or font family ('font-semibold'). Emphasizes titles, bold headings, and monospaced code blocks.
51 from-indigo-300 Defines gradient color stop point ('from-indigo-300'). Specifies color tones for multi-stop background and text gradients.
52 from-indigo-400 Defines gradient color stop point ('from-indigo-400'). Specifies color tones for multi-stop background and text gradients.
53 from-indigo-500 Defines gradient color stop point ('from-indigo-500'). Specifies color tones for multi-stop background and text gradients.
54 from-indigo-500/20 Defines gradient color stop point ('from-indigo-500/20'). Specifies color tones for multi-stop background and text gradients.
55 from-indigo-600 Defines gradient color stop point ('from-indigo-600'). Specifies color tones for multi-stop background and text gradients.
56 from-indigo-600/30 Defines gradient color stop point ('from-indigo-600/30'). Specifies color tones for multi-stop background and text gradients.
57 from-pink-400 Defines gradient color stop point ('from-pink-400'). Specifies color tones for multi-stop background and text gradients.
58 from-pink-500 Defines gradient color stop point ('from-pink-500'). Specifies color tones for multi-stop background and text gradients.
59 from-pink-500/20 Defines gradient color stop point ('from-pink-500/20'). Specifies color tones for multi-stop background and text gradients.
60 from-purple-400 Defines gradient color stop point ('from-purple-400'). Specifies color tones for multi-stop background and text gradients.
61 from-purple-500 Defines gradient color stop point ('from-purple-500'). Specifies color tones for multi-stop background and text gradients.
62 from-purple-600 Defines gradient color stop point ('from-purple-600'). Specifies color tones for multi-stop background and text gradients.
63 from-slate-950 Defines gradient color stop point ('from-slate-950'). Specifies color tones for multi-stop background and text gradients.
64 gap-1 Defines grid/flex spacing gaps or vertical element stacks ('gap-1'). Enforces consistent whitespace rhythm between sibling elements.
65 gap-12 Defines grid/flex spacing gaps or vertical element stacks ('gap-12'). Enforces consistent whitespace rhythm between sibling elements.
66 gap-2 Defines grid/flex spacing gaps or vertical element stacks ('gap-2'). Enforces consistent whitespace rhythm between sibling elements.
67 gap-3 Defines grid/flex spacing gaps or vertical element stacks ('gap-3'). Enforces consistent whitespace rhythm between sibling elements.
68 gap-4 Defines grid/flex spacing gaps or vertical element stacks ('gap-4'). Enforces consistent whitespace rhythm between sibling elements.
69 grid Applies display: grid multi-column layout container. Enables 2D grid component placement across columns and rows.
70 grid-cols-1 Defines grid template column counts ('grid-cols-1'). Splits card grid layouts into multi-column responsive tracks.
71 grid-cols-2 Defines grid template column counts ('grid-cols-2'). Splits card grid layouts into multi-column responsive tracks.
72 group Tailwind CSS utility class 'group'. Provides specialized utility styling for 'group'.
73 group-hover:rotate-12 Triggers 'rotate-12' on child when parent '.group' element is hovered. Tailwind CSS utility class 'rotate-12'. Coordinates synchronized multi-element hover animations.
74 group-hover:scale-105 Triggers 'scale-105' on child when parent '.group' element is hovered. Tailwind CSS utility class 'scale-105'. Coordinates synchronized multi-element hover animations.
75 h-11 Sets container height constraint 'h-11'. Controls vertical height bounds and scrolling triggers.
76 h-20 Sets container height constraint 'h-20'. Controls vertical height bounds and scrolling triggers.
77 h-4 Sets container height constraint 'h-4'. Controls vertical height bounds and scrolling triggers.
78 h-6 Sets container height constraint 'h-6'. Controls vertical height bounds and scrolling triggers.
79 h-8 Sets container height constraint 'h-8'. Controls vertical height bounds and scrolling triggers.
80 h-80 Sets container height constraint 'h-80'. Controls vertical height bounds and scrolling triggers.
81 h-full Sets container height constraint 'h-full'. Controls vertical height bounds and scrolling triggers.
82 hidden Sets display property state ('hidden'). Shows or hides elements conditionally across device viewports.
83 hover:bg-gradient-to-r Triggers 'bg-gradient-to-r' on mouse hover state. Sets background linear gradient direction ('bg-gradient-to-r'). Provides interactive hover feedback to enhance user experience.
84 hover:bg-slate-800 Triggers 'bg-slate-800' on mouse hover state. Sets background color or opacity ('bg-slate-800'). Provides interactive hover feedback to enhance user experience.
85 hover:from-indigo-500 Triggers 'from-indigo-500' on mouse hover state. Defines gradient color stop point ('from-indigo-500'). Provides interactive hover feedback to enhance user experience.
86 hover:from-indigo-600/30 Triggers 'from-indigo-600/30' on mouse hover state. Defines gradient color stop point ('from-indigo-600/30'). Provides interactive hover feedback to enhance user experience.
87 hover:scale-[1.02] Triggers 'scale-[1.02]' on mouse hover state. Tailwind CSS utility class 'scale-[1.02]'. Provides interactive hover feedback to enhance user experience.
88 hover:shadow-purple-600/50 Triggers 'shadow-purple-600/50' on mouse hover state. Applies drop shadow depth filter ('shadow-purple-600/50'). Provides interactive hover feedback to enhance user experience.
89 hover:text-white Triggers 'text-white' on mouse hover state. Sets text font size or color tone ('text-white'). Provides interactive hover feedback to enhance user experience.
90 hover:to-pink-500 Triggers 'to-pink-500' on mouse hover state. Defines gradient color stop point ('to-pink-500'). Provides interactive hover feedback to enhance user experience.
91 hover:to-purple-600/30 Triggers 'to-purple-600/30' on mouse hover state. Defines gradient color stop point ('to-purple-600/30'). Provides interactive hover feedback to enhance user experience.
92 hover:via-purple-500 Triggers 'via-purple-500' on mouse hover state. Defines gradient color stop point ('via-purple-500'). Provides interactive hover feedback to enhance user experience.
93 inline-flex Applies display: inline-flex flexbox layout container. Enables 1D alignment of child elements along row or column axes.
94 items-center Sets flex/grid alignment along main/cross axes ('items-center'). Positions icons, logos, and buttons precisely.
95 items-start Sets flex/grid alignment along main/cross axes ('items-start'). Positions icons, logos, and buttons precisely.
96 justify-between Sets flex/grid alignment along main/cross axes ('justify-between'). Positions icons, logos, and buttons precisely.
97 justify-center Sets flex/grid alignment along main/cross axes ('justify-center'). Positions icons, logos, and buttons precisely.
98 leading-relaxed Controls line-height spacing ('leading-relaxed'). Improves line spacing for multi-line headings and paragraph copy.
99 lg:col-span-6 Applies 'col-span-6' only on lg screens (≥1024px). Sets grid item column span width ('col-span-6'). Responsive layout adaptation: Allocates column width proportions inside grid layouts.
100 lg:gap-2 Applies 'gap-2' only on lg screens (≥1024px). Defines grid/flex spacing gaps or vertical element stacks ('gap-2'). Responsive layout adaptation: Enforces consistent whitespace rhythm between sibling elements.
101 lg:grid-cols-12 Applies 'grid-cols-12' only on lg screens (≥1024px). Defines grid template column counts ('grid-cols-12'). Responsive layout adaptation: Splits card grid layouts into multi-column responsive tracks.
102 lg:order-1 Applies 'order-1' only on lg screens (≥1024px). Tailwind CSS utility class 'order-1'. Responsive layout adaptation: Provides specialized utility styling for 'order-1'.
103 lg:order-2 Applies 'order-2' only on lg screens (≥1024px). Tailwind CSS utility class 'order-2'. Responsive layout adaptation: Provides specialized utility styling for 'order-2'.
104 lg:px-8 Applies 'px-8' only on lg screens (≥1024px). Applies padding spacing rule 'px-8'. Responsive layout adaptation: Controls internal whitespace around element content.
105 lg:py-24 Applies 'py-24' only on lg screens (≥1024px). Applies padding spacing rule 'py-24'. Responsive layout adaptation: Controls internal whitespace around element content.
106 lg:text-6xl Applies 'text-6xl' only on lg screens (≥1024px). Sets text font size or color tone ('text-6xl'). Responsive layout adaptation: Establishes readable typographic hierarchy and contrast.
107 max-h-[500px] Sets container height constraint 'max-h-[500px]'. Controls vertical height bounds and scrolling triggers.
108 max-w-3xl Sets container width constraint 'max-w-3xl'. Maintains element sizing bounds across screen resolutions.
109 max-w-7xl Sets container width constraint 'max-w-7xl'. Maintains element sizing bounds across screen resolutions.
110 md:block Applies 'block' only on md screens (≥768px). Sets display property state ('block'). Responsive layout adaptation: Shows or hides elements conditionally across device viewports.
111 md:flex Applies 'flex' only on md screens (≥768px). Applies display: flex flexbox layout container. Responsive layout adaptation: Enables 1D alignment of child elements along row or column axes.
112 md:hidden Applies 'hidden' only on md screens (≥768px). Sets display property state ('hidden'). Responsive layout adaptation: Shows or hides elements conditionally across device viewports.
113 min-h-screen Sets container height constraint 'min-h-screen'. Controls vertical height bounds and scrolling triggers.
114 mx-auto Sets left and right margin to auto (margin-left: auto; margin-right: auto;). Centers fixed-width block containers horizontally on the screen.
115 object-cover Sets CSS object-fit to cover for images. Fills image containers without stretching or distorting aspect ratio.
116 order-1 Tailwind CSS utility class 'order-1'. Provides specialized utility styling for 'order-1'.
117 order-2 Tailwind CSS utility class 'order-2'. Provides specialized utility styling for 'order-2'.
118 overflow-hidden Controls content clipping and scroll behavior ('overflow-hidden'). Prevents layout breaking and enables custom scrollbars.
119 overflow-y-auto Controls content clipping and scroll behavior ('overflow-y-auto'). Prevents layout breaking and enables custom scrollbars.
120 p-0.5 Applies padding spacing rule 'p-0.5'. Controls internal whitespace around element content.
121 p-1 Applies padding spacing rule 'p-1'. Controls internal whitespace around element content.
122 p-2.5 Applies padding spacing rule 'p-2.5'. Controls internal whitespace around element content.
123 p-3 Applies padding spacing rule 'p-3'. Controls internal whitespace around element content.
124 p-4 Applies padding spacing rule 'p-4'. Controls internal whitespace around element content.
125 p-5 Applies padding spacing rule 'p-5'. Controls internal whitespace around element content.
126 p-6 Applies padding spacing rule 'p-6'. Controls internal whitespace around element content.
127 pb-6 Applies padding spacing rule 'pb-6'. Controls internal whitespace around element content.
128 pt-2 Applies padding spacing rule 'pt-2'. Controls internal whitespace around element content.
129 pt-3 Applies padding spacing rule 'pt-3'. Controls internal whitespace around element content.
130 px-2 Applies padding spacing rule 'px-2'. Controls internal whitespace around element content.
131 px-3 Applies padding spacing rule 'px-3'. Controls internal whitespace around element content.
132 px-4 Applies padding spacing rule 'px-4'. Controls internal whitespace around element content.
133 px-5 Applies padding spacing rule 'px-5'. Controls internal whitespace around element content.
134 py-0.5 Applies padding spacing rule 'py-0.5'. Controls internal whitespace around element content.
135 py-1 Applies padding spacing rule 'py-1'. Controls internal whitespace around element content.
136 py-1.5 Applies padding spacing rule 'py-1.5'. Controls internal whitespace around element content.
137 py-16 Applies padding spacing rule 'py-16'. Controls internal whitespace around element content.
138 py-2 Applies padding spacing rule 'py-2'. Controls internal whitespace around element content.
139 py-2.5 Applies padding spacing rule 'py-2.5'. Controls internal whitespace around element content.
140 py-3 Applies padding spacing rule 'py-3'. Controls internal whitespace around element content.
141 relative Sets CSS position property ('relative'). Controls element positioning context for overlays, badges, and sticky headers.
142 rounded Sets border radius curved corners ('rounded'). Softens card edges, badges, and buttons for modern aesthetic.
143 rounded-2xl Sets border radius curved corners ('rounded-2xl'). Softens card edges, badges, and buttons for modern aesthetic.
144 rounded-3xl Sets border radius curved corners ('rounded-3xl'). Softens card edges, badges, and buttons for modern aesthetic.
145 rounded-[10px] Sets border radius curved corners ('rounded-[10px]'). Softens card edges, badges, and buttons for modern aesthetic.
146 rounded-[23px] Sets border radius curved corners ('rounded-[23px]'). Softens card edges, badges, and buttons for modern aesthetic.
147 rounded-full Sets border radius curved corners ('rounded-full'). Softens card edges, badges, and buttons for modern aesthetic.
148 rounded-lg Sets border radius curved corners ('rounded-lg'). Softens card edges, badges, and buttons for modern aesthetic.
149 rounded-xl Sets border radius curved corners ('rounded-xl'). Softens card edges, badges, and buttons for modern aesthetic.
150 scroll-smooth Applies CSS scroll-behavior: smooth. Smoothly scrolls page when clicking anchor link targets.
151 selection:bg-pink-500 Sets user text highlight selection styles ('bg-pink-500'). Customizes brand appearance when students highlight text content.
152 selection:text-white Sets user text highlight selection styles ('text-white'). Customizes brand appearance when students highlight text content.
153 shadow-indigo-500/20 Applies drop shadow depth filter ('shadow-indigo-500/20'). Generates glowing visual depth beneath cards and buttons.
154 shadow-indigo-950/40 Applies drop shadow depth filter ('shadow-indigo-950/40'). Generates glowing visual depth beneath cards and buttons.
155 shadow-lg Applies drop shadow depth filter ('shadow-lg'). Generates glowing visual depth beneath cards and buttons.
156 shadow-md Applies drop shadow depth filter ('shadow-md'). Generates glowing visual depth beneath cards and buttons.
157 shadow-purple-500/30 Applies drop shadow depth filter ('shadow-purple-500/30'). Generates glowing visual depth beneath cards and buttons.
158 shadow-purple-600/30 Applies drop shadow depth filter ('shadow-purple-600/30'). Generates glowing visual depth beneath cards and buttons.
159 shadow-sm Applies drop shadow depth filter ('shadow-sm'). Generates glowing visual depth beneath cards and buttons.
160 shadow-xl Applies drop shadow depth filter ('shadow-xl'). Generates glowing visual depth beneath cards and buttons.
161 shrink-0 Sets flex item sizing behavior ('shrink-0'). Pushes elements to fill available space or prevents unwanted shrinking.
162 sm:grid-cols-2 Applies 'grid-cols-2' only on sm screens (≥640px). Defines grid template column counts ('grid-cols-2'). Responsive layout adaptation: Splits card grid layouts into multi-column responsive tracks.
163 sm:grid-cols-4 Applies 'grid-cols-4' only on sm screens (≥640px). Defines grid template column counts ('grid-cols-4'). Responsive layout adaptation: Splits card grid layouts into multi-column responsive tracks.
164 sm:px-6 Applies 'px-6' only on sm screens (≥640px). Applies padding spacing rule 'px-6'. Responsive layout adaptation: Controls internal whitespace around element content.
165 sm:text-4xl Applies 'text-4xl' only on sm screens (≥640px). Sets text font size or color tone ('text-4xl'). Responsive layout adaptation: Establishes readable typographic hierarchy and contrast.
166 sm:text-5xl Applies 'text-5xl' only on sm screens (≥640px). Sets text font size or color tone ('text-5xl'). Responsive layout adaptation: Establishes readable typographic hierarchy and contrast.
167 sm:text-xl Applies 'text-xl' only on sm screens (≥640px). Sets text font size or color tone ('text-xl'). Responsive layout adaptation: Establishes readable typographic hierarchy and contrast.
168 space-y-12 Defines grid/flex spacing gaps or vertical element stacks ('space-y-12'). Enforces consistent whitespace rhythm between sibling elements.
169 space-y-2 Defines grid/flex spacing gaps or vertical element stacks ('space-y-2'). Enforces consistent whitespace rhythm between sibling elements.
170 space-y-3 Defines grid/flex spacing gaps or vertical element stacks ('space-y-3'). Enforces consistent whitespace rhythm between sibling elements.
171 space-y-4 Defines grid/flex spacing gaps or vertical element stacks ('space-y-4'). Enforces consistent whitespace rhythm between sibling elements.
172 space-y-6 Defines grid/flex spacing gaps or vertical element stacks ('space-y-6'). Enforces consistent whitespace rhythm between sibling elements.
173 sticky Sets CSS position property ('sticky'). Controls element positioning context for overlays, badges, and sticky headers.
174 text-3xl Sets text font size or color tone ('text-3xl'). Establishes readable typographic hierarchy and contrast.
175 text-4xl Sets text font size or color tone ('text-4xl'). Establishes readable typographic hierarchy and contrast.
176 text-[10px] Sets text font size or color tone ('text-[10px]'). Establishes readable typographic hierarchy and contrast.
177 text-amber-300 Sets text font size or color tone ('text-amber-300'). Establishes readable typographic hierarchy and contrast.
178 text-amber-400 Sets text font size or color tone ('text-amber-400'). Establishes readable typographic hierarchy and contrast.
179 text-base Sets text font size or color tone ('text-base'). Establishes readable typographic hierarchy and contrast.
180 text-center Sets text font size or color tone ('text-center'). Establishes readable typographic hierarchy and contrast.
181 text-indigo-300 Sets text font size or color tone ('text-indigo-300'). Establishes readable typographic hierarchy and contrast.
182 text-indigo-400 Sets text font size or color tone ('text-indigo-400'). Establishes readable typographic hierarchy and contrast.
183 text-pink-300 Sets text font size or color tone ('text-pink-300'). Establishes readable typographic hierarchy and contrast.
184 text-pink-400 Sets text font size or color tone ('text-pink-400'). Establishes readable typographic hierarchy and contrast.
185 text-purple-300 Sets text font size or color tone ('text-purple-300'). Establishes readable typographic hierarchy and contrast.
186 text-purple-400 Sets text font size or color tone ('text-purple-400'). Establishes readable typographic hierarchy and contrast.
187 text-slate-100 Sets text font size or color tone ('text-slate-100'). Establishes readable typographic hierarchy and contrast.
188 text-slate-300 Sets text font size or color tone ('text-slate-300'). Establishes readable typographic hierarchy and contrast.
189 text-slate-400 Sets text font size or color tone ('text-slate-400'). Establishes readable typographic hierarchy and contrast.
190 text-sm Sets text font size or color tone ('text-sm'). Establishes readable typographic hierarchy and contrast.
191 text-teal-400 Sets text font size or color tone ('text-teal-400'). Establishes readable typographic hierarchy and contrast.
192 text-transparent Makes foreground text color transparent (color: transparent;). Allows background text gradients to show through text glyphs.
193 text-white Sets text font size or color tone ('text-white'). Establishes readable typographic hierarchy and contrast.
194 text-xl Sets text font size or color tone ('text-xl'). Establishes readable typographic hierarchy and contrast.
195 text-xs Sets text font size or color tone ('text-xs'). Establishes readable typographic hierarchy and contrast.
196 to-amber-300 Defines gradient color stop point ('to-amber-300'). Specifies color tones for multi-stop background and text gradients.
197 to-amber-500 Defines gradient color stop point ('to-amber-500'). Specifies color tones for multi-stop background and text gradients.
198 to-indigo-500/20 Defines gradient color stop point ('to-indigo-500/20'). Specifies color tones for multi-stop background and text gradients.
199 to-pink-400 Defines gradient color stop point ('to-pink-400'). Specifies color tones for multi-stop background and text gradients.
200 to-pink-500 Defines gradient color stop point ('to-pink-500'). Specifies color tones for multi-stop background and text gradients.
201 to-pink-600 Defines gradient color stop point ('to-pink-600'). Specifies color tones for multi-stop background and text gradients.
202 to-purple-400 Defines gradient color stop point ('to-purple-400'). Specifies color tones for multi-stop background and text gradients.
203 to-purple-500/20 Defines gradient color stop point ('to-purple-500/20'). Specifies color tones for multi-stop background and text gradients.
204 to-purple-600 Defines gradient color stop point ('to-purple-600'). Specifies color tones for multi-stop background and text gradients.
205 to-purple-600/30 Defines gradient color stop point ('to-purple-600/30'). Specifies color tones for multi-stop background and text gradients.
206 to-slate-950 Defines gradient color stop point ('to-slate-950'). Specifies color tones for multi-stop background and text gradients.
207 to-teal-500 Defines gradient color stop point ('to-teal-500'). Specifies color tones for multi-stop background and text gradients.
208 top-0 Controls offset coordinates or z-index stacking ('top-0'). Positions floating badges and ensures sticky headers stay on top.
209 tracking-tight Controls letter spacing / kerning ('tracking-tight'). Refines typography legibility for uppercase titles and badges.
210 tracking-wider Controls letter spacing / kerning ('tracking-wider'). Refines typography legibility for uppercase titles and badges.
211 tracking-widest Controls letter spacing / kerning ('tracking-widest'). Refines typography legibility for uppercase titles and badges.
212 transition-all Controls CSS transition properties and timing ('transition-all'). Ensures smooth state changes when user hovers over controls.
213 transition-transform Controls CSS transition properties and timing ('transition-transform'). Ensures smooth state changes when user hovers over controls.
214 uppercase Applies text-transform rule 'uppercase'. Formats badge labels and category headers cleanly.
215 via-amber-500 Defines gradient color stop point ('via-amber-500'). Specifies color tones for multi-stop background and text gradients.
216 via-indigo-950/30 Defines gradient color stop point ('via-indigo-950/30'). Specifies color tones for multi-stop background and text gradients.
217 via-pink-500 Defines gradient color stop point ('via-pink-500'). Specifies color tones for multi-stop background and text gradients.
218 via-purple-300 Defines gradient color stop point ('via-purple-300'). Specifies color tones for multi-stop background and text gradients.
219 via-purple-500 Defines gradient color stop point ('via-purple-500'). Specifies color tones for multi-stop background and text gradients.
220 via-purple-500/20 Defines gradient color stop point ('via-purple-500/20'). Specifies color tones for multi-stop background and text gradients.
221 via-purple-600 Defines gradient color stop point ('via-purple-600'). Specifies color tones for multi-stop background and text gradients.
222 w-11 Sets container width constraint 'w-11'. Maintains element sizing bounds across screen resolutions.
223 w-4 Sets container width constraint 'w-4'. Maintains element sizing bounds across screen resolutions.
224 w-6 Sets container width constraint 'w-6'. Maintains element sizing bounds across screen resolutions.
225 w-8 Sets container width constraint 'w-8'. Maintains element sizing bounds across screen resolutions.
226 w-full Sets container width constraint 'w-full'. Maintains element sizing bounds across screen resolutions.
227 z-10 Controls offset coordinates or z-index stacking ('z-10'). Positions floating badges and ensures sticky headers stay on top.
228 z-50 Controls offset coordinates or z-index stacking ('z-50'). Positions floating badges and ensures sticky headers stay on top.