DeepFrontend
Learning Paths
Practice
System Design & DS
Design Studio
Data Structures Curriculum
Real-World Case Studies
Careers
Job Board
Resume Builder
Blog
Sign in
Search
⌘K
Go Pro
Loading compiler resources...
CSS Quiz Practice
Active Recall Drill Session
← Exit Session
Question 1 of 1
medium
CSS
What is the core organizing principle of ITCSS (Inverted Triangle CSS)?
A
All CSS files should be combined into a single file
B
Stylesheets should be organized so specificity increases monotonically through the file/import order, from broad/generic to narrow/specific
C
Every selector must use exactly one class
D
CSS should never use !important under any circumstances
Check Answer