Skip to content

Instantly share code, notes, and snippets.

@ianforme
Last active June 5, 2019 09:16
Show Gist options
  • Save ianforme/d91ac93d08e6fb93246072520f7b0cf9 to your computer and use it in GitHub Desktop.
Save ianforme/d91ac93d08e6fb93246072520f7b0cf9 to your computer and use it in GitHub Desktop.
<div class='team-stats'>
<div class='points-per-game'>
<table class='category-table'>
<tr>
<a class='team-name'>Golden State Warriors</a>
<a class='team-value'>116.3</a>
</tr>
<tr>
<a class='team-name'>LA Clippers</a>
<a class='team-value'>114.7</a>
</tr>
<tr>
<a class='team-name'>Milwaukee Bucks</a>
<a class='team-value'>112.8</a>
</tr>
</table>
</div>
<div class='rebounds-per-game'>
<table class='category-table'>
<tr>
<a class='team-name'>Milwaukee Bucks</a>
<a class='team-value'>51.9</a>
</tr>
<tr>
<a class='team-name'>Philadelphia 76ers</a>
<a class='team-value'>48.5</a>
</tr>
<tr>
<a class='team-name'>Boston Celtics</a>
<a class='team-value'>47.8</a>
</tr>
</table>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment