> filter_by_tag
#css
//Articles
> aravindsanjeev.com
SELECTOR CONFLICT / SPECIFICITY SCORE: CRITICAL
sys://blog/css-specificity-scoring-system-explainedCSS Specificity Scoring System Explained
CSS Specificity is an algorithm that is used to determine which rule is the most specific. For that, CSS uses an scoring system.
> aravindsanjeev.com
CASCADE ALGORITHM DETECTED / SPECIFICITY WAR IMMINENT
sys://blog/css-cascade-explainedCSS Cascade Explained For Beginners
The cascade is an algorithm used for solving conflicts when multiple CSS rules apply to the same HTML element.
> aravindsanjeev.com
CONTENT OVERFLOW / MARGIN COLLAPSED / BORDER INTEGRITY LOST
sys://blog/css-box-model-explainedCSS Box Model Explained to a 5-Year-Old
The CSS box model is the easiest way to understand why browser renders elements the way it does.