Skip to content

Instantly share code, notes, and snippets.

@sueannaj
Last active August 29, 2015 13:56
Show Gist options
  • Save sueannaj/9105155 to your computer and use it in GitHub Desktop.
Save sueannaj/9105155 to your computer and use it in GitHub Desktop.
Sample CSS rule
/* Sample rule 1 -- ".frame nav" is the selector group; width and border-right are the declarations. */
.frame nav {width: 179px; border-right: 1px solid #bfbfbf;}
/* Sample rule 2 -- ".frame nav" and ".frame header" are the selectors groups; font-weight is the declaration. */
.frame nav, .frame header {font-weight: bold;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment