Skip to content

Instantly share code, notes, and snippets.

@darklilium
Created August 30, 2016 18:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save darklilium/341f2eded99820984555ffb7423710be to your computer and use it in GitHub Desktop.
Save darklilium/341f2eded99820984555ffb7423710be to your computer and use it in GitHub Desktop.
Thanks to : JasonM23
<h1>CSS Selector based on attribute</h1>
<p data-title="anything2">I'm suddenly something!</p>
[data-title='anything2'] {
//css here
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment