Một số CSS properties tự động kế thừa từ parent sang child (color, font-family, font-size, line-height).
- Các properties về box model (margin, padding, border) KHÔNG kế thừa.
- Dùng
inherit,initial,unsetđể override.
Some CSS properties automatically pass from parent to child elements (color, font-family, font-size, line-height).
- Box model properties (margin, padding, border) do NOT inherit.
- Use
inherit,initial,unsetto override inherited behavior.