Answers for "inherit mdn"

0

inherit mdn

/* Make second-level headers green */
h2 { color: green; }

/* ...but leave those in the sidebar alone so they use their parent's color */
#sidebar h2 { color: inherit; }
Posted by: Guest on March-04-2022

Code answers related to "Javascript"

Browse Popular Code Answers by Language