Inheritance
Term side of the Card
Topic: Basics
Unit title: Inheritance
Categories: Concept
Explanation side of the Card
Explanation: The fundamental concept where some properties are passed down from a parent element to its children. For example, text-related properties like `color` or `font-family` are inherited by default, helping to maintain consistent styling across related elements.