Skip to content

Instantly share code, notes, and snippets.

@SteGriff
Last active November 16, 2016 16:45
Show Gist options
  • Select an option

  • Save SteGriff/f3a592e976a34690ccf74a35e88f38fc to your computer and use it in GitHub Desktop.

Select an option

Save SteGriff/f3a592e976a34690ccf74a35e88f38fc to your computer and use it in GitHub Desktop.
Experimenting with junk-data HTML colour names
<table>
<tr>
<td bgcolor="chucknorris" width="100" height="30"></td>
<td bgcolor="mrt" width="100"></td>
<td bgcolor="ninjaturtle" width="100"></td>
</tr>
<tr>
<td bgcolor="sick" width="100" height="30"></td>
<td bgcolor="crap" width="100"></td>
<td bgcolor="grass" width="100"></td>
</tr>
<tr>
<td bgcolor="abacus" width="100" height="30"></td>
<td bgcolor="calculate" width="100" ></td>
<td bgcolor="calculator" width="100" ></td>
</tr>
<tr>
<td bgcolor="best" width="100" height="30"></td>
<td bgcolor="bestred" width="100" ></td>
<td bgcolor="everready" width="100" ></td>
</tr>
<tr>
<td bgcolor="forever" width="100" height="30"></td>
<td bgcolor="heaven" width="100" ></td>
<td bgcolor="deforestation" width="100" ></td>
</tr>
<tr>
<td bgcolor="sleep" width="100" height="30"></td>
<td bgcolor="peepee" width="100" ></td>
<td bgcolor="peepeepee" width="100" ></td>
</tr>
<tr>
<td bgcolor="reposses" width="100" height="30"></td>
<td bgcolor="repodepo" width="100" ></td>
<td bgcolor="fluffball" width="100" ></td>
</tr>
<tr>
<td bgcolor="daydream" width="100" height="30"></td>
<td bgcolor="fadeddaydream" width="100" ></td>
<td bgcolor="faded_daydream" width="100" ></td>
</tr>
<tr>
<td bgcolor="dream" width="100" height="30"></td>
<td bgcolor="greendream" width="100" ></td>
<td bgcolor="dreamteam" width="100" ></td>
</tr>
<tr>
<td bgcolor="barnsharmthefarm" width="100" height="30"></td>
<td bgcolor="barnfarmalarm" width="100" ></td>
<td bgcolor="seedata" width="100" ></td>
</tr>
<tr>
<td bgcolor="meanstreets" width="100" height="30"></td>
<td bgcolor="meandering" width="100" ></td>
<td bgcolor="farscapeseer" width="100" ></td>
</tr>
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment