Advanced CSS MCQ 15 Questions
Time: ~25 mins Advanced

Advanced CSS — MCQ Test

Practice cascade layers, design tokens, container queries, and rendering hints.

Easy: 5 Q Medium: 6 Q Hard: 4 Q

Scale Stylesheets

Layers and tokens tame specificity; container queries adapt components to their parent, not only the viewport.

@layer

Order layers (reset, base, components, utilities) for predictable overrides.

container-type

container-type: inline-size enables @container queries for responsive components.