Skip to content

Instantly share code, notes, and snippets.

@birtles
Created November 16, 2012 12:13
Show Gist options
  • Save birtles/4086830 to your computer and use it in GitHub Desktop.
Save birtles/4086830 to your computer and use it in GitHub Desktop.
Untitled
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;
}
</div>
</div>
{"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