Search
 
SCRIPT & CODE EXAMPLE
 

CSS

color: inherit;

/* Делает все заголовки второго уровня зелёными... */
h2 { color: green; }

/* ...кроме тех, что находятся в сайдбаре, которые унаследуют цвет родительского элемента */
#sidebar h2 { color: inherit; }
Comment

PREVIOUS NEXT
Code Example
Css :: less css file extension 
Css :: nice select scroll bar for large amount of options 
Css :: on frontend grivity form css not load 
Css :: framework css 
Css :: remove line breaks css 
Css :: jest to handle css 
Css :: How to make background fixed while scrolling 
Css :: responsive image slider html css 
Css :: css media queries if else 
Css :: Looping in golang 
Css :: ERROR in ./src/styles.scss 
Typescript :: apollo fetchpolicy 
Typescript :: ionic generate resources 
Typescript :: dart wait 5 seconds 
Typescript :: loop through form controls angular 
Typescript :: open two modal in chakra ui 
Typescript :: dart check if string is contained in list of strings 
Typescript :: set default route angular 
Typescript :: types of irony 
Typescript :: checking if a substring exists in a string r 
Typescript :: typescript react input type 
Typescript :: get a span inside a div with div id javascript 
Typescript :: npm type-check nested arrays 
Typescript :: node redis new objects must be created at the root 
Typescript :: nestjs mongoose schema virtual 
Typescript :: Why does the Circum-Pacific belt of earthquakes coincide with the Pacific ring of fire 
Typescript :: recharts pie chart different colors 
Typescript :: No provider for ChildrenOutletContexts 
Typescript :: push elements of array to another array typescript 
Typescript :: mysql workbench an apparmor policy prevents this sender 
ADD CONTENT
Topic
Content
Source link
Name
6+9 =