Created
November 16, 2012 12:13
-
-
Save birtles/4086830 to your computer and use it in GitHub Desktop.
Untitled
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
table { | |
border-collapse: collapse; | |
} | |
td { | |
border: 2px solid black; | |
padding: 0.5em; | |
color: black; | |
min-width: 50px; | |
height: 30px; | |
cursor: pointer; | |
} | |
.black { background: black; } | |
.silver { background: silver; } | |
.grey { background: grey; } | |
.white { background: white; } | |
.maroon { background: maroon; } | |
.red { background: red; } | |
.purple { background: purple; } | |
.fuchsia { background: fuchsia; } | |
.green { background: green; } | |
.lime { background: lime; } | |
.olive { background: olive; } | |
.yellow { background: yellow; } | |
.navy { background: navy; } | |
.blue { background: blue; } | |
.teal { background: teal; } | |
.aqua { background: aqua; } | |
.black, .grey, .maroon, .purple, .green, .olive, .navy, .teal { | |
color: white; | |
} |
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
</div> | |
</div> |
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
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"html"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment