Skip to content

Instantly share code, notes, and snippets.

@Smith5mr
Created February 18, 2016 17:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Smith5mr/024adb3a5ff09831fa50 to your computer and use it in GitHub Desktop.
Save Smith5mr/024adb3a5ff09831fa50 to your computer and use it in GitHub Desktop.
fresh block
<!DOCTYPE html>
<style>
.chart div {
font: 10px sans-serif;
background-color: steelblue;
text-align: right;
padding: 3px;
margin: 1px;
color: white;
}
</style>
<div class="chart">
<div style="width: 40px;">4</div>
<div style="width: 80px;">8</div>
<div style="width: 150px;">15</div>
<div style="width: 160px;">16</div>
<div style="width: 230px;">23</div>
<div style="width: 420px;">42</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment