- 20%
- 40%
- 60%
- 80%
- 100%
ul.graph
{
margin: 0;
padding: 0;
list-style-type: none;
}
ul.graph li
{
margin-bottom: .5em;
padding: .2em;
background: #600;
color: #fff;
}
ul.graph li.percent20
{
background: url(graph20.jpg) repeat-y 20% 0;
}
ul.graph li.percent40
{
background: url(graph40.jpg) repeat-y 40% 0;
}
ul.graph li.percent60
{
background: url(graph60.jpg) repeat-y 60% 0;
}
ul.graph li.percent80
{
background: url(graph80.jpg) repeat-y 80% 0;
}
No comments:
Post a Comment