Skip to content

Instantly share code, notes, and snippets.

@SitesByYogi
Created June 22, 2023 01:10
Show Gist options
  • Save SitesByYogi/aaeb3a7db8b9a50670af81b5d1581933 to your computer and use it in GitHub Desktop.
Save SitesByYogi/aaeb3a7db8b9a50670af81b5d1581933 to your computer and use it in GitHub Desktop.
Selects elements that are descendants of another element.
.parent-class .child-class {
/* Styles applied to elements with class="child-class" within elements with class="parent-class" */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment