Skip to content

Instantly share code, notes, and snippets.

@oksushi
Created July 21, 2012 00:44
Show Gist options
  • Save oksushi/3154045 to your computer and use it in GitHub Desktop.
Save oksushi/3154045 to your computer and use it in GitHub Desktop.
Displaying the :contains selector
/**
* Displaying the :contains selector
*/
div:contains("lorem") {
background: hotpink;
}
<div>lorem ipsum lorem Lorem etc etc</div>
{"view":"split-vertical","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment