ProgressBars
by Greg Finzer
HTML
<span class="progress-bar-gray-100">TEst</span>
CSS
.GrayProgress100
{
width:100px;
height:10px;
color:red;
}
by Greg Finzer
<span class="progress-bar-gray-100">TEst</span>
.GrayProgress100
{
width:100px;
height:10px;
color:red;
}