Skip to content

Instantly share code, notes, and snippets.

View oreeve's full-sized avatar

Olivia Reeve oreeve

View GitHub Profile
@oreeve
oreeve / index.html
Last active December 13, 2016 16:35
Responsive & Accessible Data Table
<div class="j-container">
<table class="responsive-table">
<thead>
<tr>
<th scope="col" style="width: 40%;">Benefits</th>
<th scope="col">Type of Plan #1</th>
<th scope="col">Type of Plan #2</th>
</tr>
</thead>
<tbody>