Back
Syntax
Study
Editor
Mode:
HTML
CSS
JavaScript
PHP
Reset
Run »
HTML / CSS / JS
body { font-family: Arial, sans-serif; /* inherited by all children */ color: #333; } .box { border: 1px solid currentColor; /* currentColor uses inherited color */ margin: inherit; /* force inherit margin from parent */ }
Result
Open