Skip to content

Instantly share code, notes, and snippets.

@Avotrix
Created June 17, 2020 23:08
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 Avotrix/0284a90bd769dfe615f91c268945a283 to your computer and use it in GitHub Desktop.
Save Avotrix/0284a90bd769dfe615f91c268945a283 to your computer and use it in GitHub Desktop.
airqualitycheck1
<script src="https://code.highcharts.com/highcharts.js"></script>
<div class="rangetable">
<table >
<tr>
<th style="width:10%;">Color</th>
<th>Air Quality</th>
<th>Range</th>
</tr>
<tr>
<td style="background-color:limegreen; width:10%;"></td>
<td>Fresh Air</td>
<td>0-300</td>
</tr>
<tr>
<td style="background-color:gold; width:10%;"></td>
<td>Moderate Air</td>
<td>301-700</td>
</tr>
<tr> <td style="background-color:red; width:10%;"></td>
<td>Polluted Air</td>
<td>701-1024</td>
</tr>
</table>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment