Skip to content

Instantly share code, notes, and snippets.

@robertol
robertol / dabblet.css
Created August 22, 2016 00:57
CSS bar graph (SO)
/**
* CSS bar graph (SO)
*/
.graph {
width: 50px;
height: 50px;
border: 1px solid #aeaeae;
background-color: #eaeaea;
}
.bar {