A simple css design for LoadBar's
##How to use##
- Import the
loadbar.css
file; - Create a div using .bar class;
- Create a span inside .bar named .bar-fill;
- Add style="width: XX%; to define XX percentage of bar filled;
###Example###
<div class="bar">
<span class="bar-fill" style="width: 80%;" />
</div>
##Copyright## Thanks to the webpage phpacademy.org for teach me some tricks.