Skip to content

Instantly share code, notes, and snippets.

@pahund
Created June 14, 2012 16:46
Show Gist options
  • Save pahund/2931426 to your computer and use it in GitHub Desktop.
Save pahund/2931426 to your computer and use it in GitHub Desktop.
Kanban History
/**
* Kanban History
*/
#kanbanHistory {
padding: 10px;
border-radius: 10px;
box-shadow: 5px 5px 10px 0 black;
background: linear-gradient(#114070 25px, #3C78B5 30px, white 35px);
}
#kanbanHistory h1 {
font-family: sans-serif;
margin: 0 0 10px 0;
color: white;
font-size: 16px;
text-shadow: 2px 2px 1px black;
}
<!-- content to be placed inside <body>…</body> -->
<div id="kanbanHistory">
<h1>Kanban History</h1>
<table>
<thead>
<tr>
<th>Date</th><th>Column</th><th>Duration</th>
</tr>
<tbody>
</div>
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment