Launch offer
Business website $150 USD Custom plugin $200 USD Ready in 5 days
Get a quote
CSS

CSS Inheritance

Learn which properties inherit (color, font) and which don’t (margin, border).

CSS Inheritance — a practical guide to CSS inheritance with clear examples you can reuse in real projects.

CSS Tutorial Series (96/109). Prefer one article? Read the complete CSS tutorial.

Short description

Use `inherit`, `initial`, `unset`, and `revert` intentionally.

Inheritance

body { color: #1c1917; }
.muted { color: inherit; opacity: 0.7; }

Leave a reply

Your email address will not be published. Required fields are marked *