Monthly Archives: August 2015

Progress Bar

<style> .ProgressBar { width: 300px; /*ProgressBar width*/ background-color: gray; margin-top: 1px; position: relative; height: 60px; border-radius: 5px; } .ProgressbarMeter { width: 59.555%; /*Percetage width of the ProgressbarMeter*/ background-color: green; margin-top: 3px; height: 54px; border-radius: 5px; position: absolute; } </style> <div … Continue reading

Posted in workday | Leave a comment