Skip to content

Instantly share code, notes, and snippets.

@Integralist
Created July 26, 2011 09:36
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 Integralist/1106383 to your computer and use it in GitHub Desktop.
Save Integralist/1106383 to your computer and use it in GitHub Desktop.
CSS Syntax Terminology
/* Rule (the entire chunk of code below can just be referred to as a single 'rule') */
/* Selectors */
#myID, .myClass
/* Declaration Block */
{
/* Declaration */
/* Property */border: /* Value */1px solid #DCDDDE;
/* Declaration */
/* Property */width: /* Value */335px;
}
@mathiasbynens
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment