Last active
December 30, 2015 15:19
-
-
Save lonekorean/7847287 to your computer and use it in GitHub Desktop.
Colorful buttons
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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