firelab-general/display_key.html

17 lines
349 B
HTML
Raw Normal View History

<table class="legend">
<tr>
<th>Color</th>
<th>Temperature</th>
</tr>
<tr>
2022-10-10 11:21:00 -07:00
<td class="legend-cell"><div style="width:20px;height:20px;background-color:rgb(256, 176, 0);"></div></td>
<td class="legend-cell">0°C</td>
</tr>
</table>
<style>
.legend-cell {
padding: 4px 14px;
}
</style>