Skip to content

Instantly share code, notes, and snippets.

@cnocon
Created December 11, 2013 15:04
Show Gist options
  • Save cnocon/7911899 to your computer and use it in GitHub Desktop.
Save cnocon/7911899 to your computer and use it in GitHub Desktop.
styleSet object
var styleSet = {
boxShadow: "0 1px 3px rgba(0,0,0,0.5)",
textShadow: "1px 1px #000",
backgroundColor: "lightBlue",
padding: "1em",
margin: "2em 0"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment