Skip to content

Instantly share code, notes, and snippets.

@russ
Created May 31, 2012 21:39
Show Gist options
  • Save russ/2846499 to your computer and use it in GitHub Desktop.
Save russ/2846499 to your computer and use it in GitHub Desktop.
<style>
table {
-webkit-transform:rotate(90deg);
margin-top: 200px;
}
table tr td {
height: 20px;
white-space: nowrap;
}
table tr td.green {
background: green;
}
</style>
<table>
<tr><td>Book 1</td></tr>
<tr><td>Book Book Book 2</td></tr>
<tr><td>Book Book Book Book 3</td></tr>
<tr><td class='green'>Book Book Book Book Book 4</td></tr>
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment