Skip to content

Instantly share code, notes, and snippets.

@ramunasnognys
Created October 11, 2017 03:59
Show Gist options
  • Save ramunasnognys/3289f5956bfd5a11c4923c41ab65d5f4 to your computer and use it in GitHub Desktop.
Save ramunasnognys/3289f5956bfd5a11c4923c41ab65d5f4 to your computer and use it in GitHub Desktop.
JS Bin // source https://jsbin.com/dapisegori
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
<style id="jsbin-css">
th {
}
th.first{
background: #2199e8;
}
th.second {
background: #777777;
}
th.third {
background: #3adb76;
}
th.last {
background: #ffae00;
}
</style>
</head>
<body>
<table class="container">
<tbody>
<tr>
<td>
<table class="container">
<tbody>
<tr>
<th class="small-12 large-12 first">
<table>
<tr>
<th>This is a column</th>
<th class="expander"></th>
</tr>
</table>
</th>
<th class="small-12 large-12 second">
<table>
<tr>
<th>This is a column</th>
<th class="expander"></th>
</tr>
</table>
</th>
<th class="small-12 large-12 third">
<table>
<tr>
<th>This is a column</th>
<th class="expander"></th>
</tr>
</table>
</th>
<th class="small-12 large-12 last">
<table>
<tr>
<th>This is a column</th>
<th class="expander"></th>
</tr>
</table>
</th>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<script id="jsbin-source-css" type="text/css">th {
}
th.first{
background: #2199e8;
}
th.second {
background: #777777;
}
th.third {
background: #3adb76;
}
th.last {
background: #ffae00;
}</script>
</body>
</html>
th {
}
th.first{
background: #2199e8;
}
th.second {
background: #777777;
}
th.third {
background: #3adb76;
}
th.last {
background: #ffae00;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment