The CSS methodology ________ focuses on the modularity of CSS by breaking down styles into smaller, reusable parts.
- BEM
- ITCSS
- OOCSS
- SMACSS
BEM (Block Element Modifier) is a methodology that focuses on modularity in CSS, breaking down styles into smaller, reusable parts.
Loading...
Related Quiz
- In designing a website that will be localized in multiple languages, including those with different writing directions, what CSS considerations should be made to accommodate this requirement?
- What is the Critical Rendering Path, and how does it relate to CSS?
- When implementing a complex animation that interacts with user scroll events, which CSS Houdini API would be most appropriate?
- To create a shadow that does not blur or spread beyond the text itself, set the box-shadow ________ and ________ values to zero.
- How would you provide a fallback value when using a CSS custom property?