Skip to content

Instantly share code, notes, and snippets.

@smessing
Last active December 14, 2015 09:09
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 smessing/5062854 to your computer and use it in GitHub Desktop.
Save smessing/5062854 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="table_color.css">
<script src="table_color.js"></script>
</head>
<body onload="color_tiles()">
<div class="centered">
<table>
<tr>
<td id="1-1">1-1</td>
<td id="1-2">1-2</td>
<td id="1-3">1-3</td>
<td id="1-4">1-4</td>
<td id="1-5">1-5</td>
</tr>
<tr>
<td id="2-1">2-1</td>
<td id="2-2">2-2</td>
<td id="2-3">2-3</td>
<td id="2-4">2-4</td>
<td id="2-5">2-5</td>
</tr>
<tr>
<td id="3-1">3-1</td>
<td id="3-2">3-2</td>
<td id="3-3">3-3</td>
<td id="3-4">3-4</td>
<td id="3-5">3-5</td>
</tr>
<tr>
<td id="4-1">4-1</td>
<td id="4-2">4-2</td>
<td id="4-3">4-3</td>
<td id="4-4">4-4</td>
<td id="4-5">4-5</td>
</tr>
<tr>
<td id="5-1">5-1</td>
<td id="5-2">5-2</td>
<td id="5-3">5-3</td>
<td id="5-4">5-4</td>
<td id="5-5">5-5</td>
</tr>
</table>
</div> <!-- .centered -->
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment