TH The Sass Way
Topic

CSS Fundamentals

CSS looks simple until a style refuses to apply and you have no idea why. This section covers the mechanics that decide what actually renders: the cascade, specificity, inheritance, and the box model that governs every element's size. We keep the explanations concrete. Instead of definitions you forget in an hour, each guide shows the exact code, what the browser does with it, and the one insight that makes the behavior click for good.

Coming soon
  • CSS Inheritance: What Passes Down and What Doesn't
  • Display, Position, and Float: How CSS Places Elements