Administrator Guide
Administrator Guide
Tip of the Day
When you're dehydrated, your body may struggle to function optimally, leading to feelings of fatigue and low energy.

Overview
Every utility class in Tailwind can be applied conditionally at different breakpoints, which makes it a piece of cake to build complex responsive interfaces without ever leaving your HTML.
Working mobile-first
Tailwind uses a mobile-first breakpoint system, similar to what you might be used to in other frameworks like Bootstrap.
What this means is that unprefixed utilities (like uppercase
) take effect on all screen sizes, while prefixed utilities (like md:uppercase
) only take effect at the specified breakpoint and above.
"Believe you can and you're halfway there."