Horje
css apply style to direct children Code Example
css apply style to direct children
/*
Use the ">" selector to apply css to direct children of a parent element.
example: https://jsfiddle.net/dbeachnau/54w6x0pj/2/
*/

.parent > .child { color:red; }
Source: jsfiddle.net




Css

Related
install wrangler Code Example install wrangler Code Example
html color codes Code Example html color codes Code Example
postion on window top css Code Example postion on window top css Code Example
html text not wrapping Code Example html text not wrapping Code Example
make text available only to screen reader Code Example make text available only to screen reader Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
12