Skip to content

Instantly share code, notes, and snippets.

@Integralist
Last active May 31, 2025 18:20
Show Gist options
  • 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 #css
/* 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