Skip to content

Instantly share code, notes, and snippets.

@rhatano
Created April 7, 2012 23:04
Show Gist options
  • Save rhatano/2332722 to your computer and use it in GitHub Desktop.
Save rhatano/2332722 to your computer and use it in GitHub Desktop.
class selector 1
For any html tag "tag"
and for any class value "class"
tag.class {
[some CSS]
}
That snippet of CSS will style each element with both tag type "tag" and the class value "class".
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment