Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@Mortimerp9
Mortimerp9 / dabblet.css
Created October 18, 2012 01:24
CSS bar graph with Positive and Negative values
/**
* CSS bar graph with Positive and Negative values
*/
.graph {
width: 100px;
border: 1px solid #aeaeae;
background-color: #eaeaea;
}
/* Start of "Micro clearfix" */