Skip to content

Instantly share code, notes, and snippets.

@lonekorean
Last active December 30, 2015 15:19
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 lonekorean/7847287 to your computer and use it in GitHub Desktop.
Save lonekorean/7847287 to your computer and use it in GitHub Desktop.
Colorful buttons
button:nth-child(1) { background-color: #773c92; }
button:nth-child(2) { background-color: #3c6492; }
button:nth-child(3) { background-color: #58923c; }
button:nth-child(4) { background-color: #926a3c; }
button:nth-child(5) { background-color: #923c4e; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment