ProgressBars

by Greg Finzer

HTML

<span class="progress-bar-gray-100">TEst</span>

CSS

.GrayProgress100 
{
  width:100px;
  height:10px;
  color:red;
}