To manage large-scale projects, SMACSS divides CSS rules into five categories: Base, Layout, Module, State, and ________.
- Enhancements
- Skin
- Theme
- Utility
Utility: In SMACSS (Scalable and Modular Architecture for CSS), the Utility category is used for low-specificity, high-impact styles that can be applied globally.
Loading...
Related Quiz
- How does the animation-fill-mode property affect the state of the animated element before and after the animation?
- To create a layout that adapts to different screen sizes, developers use ________ queries in CSS.
- Which CSS property is used to create animations by gradually changing from one set of CSS styles to another?
- When using position: sticky;, which two properties must be set for the sticky behavior to work effectively?
- When creating a custom CSS gradient, the first color stop can be defined at the ________ position to customize its starting point.