Which CSS framework uses utility classes as its core approach to styling?
- Bootstrap
- Bulma
- Foundation
- Tailwind CSS
Tailwind CSS is a utility-first CSS framework, meaning it provides low-level utility classes for styling rather than pre-designed components. Developers can compose styles directly in the markup, offering flexibility and simplicity in styling.
Loading...
Related Quiz
- How do you set a gradient that transitions from left to right?
- Which value of animation-fill-mode ensures the animation's styles are applied before the animation begins?
- What would you use in SASS/SCSS to conditionally apply styles?
- When would you use max-width instead of width on a responsive container?
- The em unit in CSS is relative to the ________.