animated progress bar css
/* animated progress bar css code */
svg.radial-progress circle{
stroke-width: 5;
}
svg.radial-progress text {
fill: #3c4761;
font-family: 'Titillium Web', sans-serif;
font-weight: 300;
font-size: 1.6rem;
}
svg.web-design circle{
stroke: #30bae7;
}
svg.html-css circle{
stroke: #d74680;
}
svg.graphic-design circle{
stroke: #15c7a8;
}
svg.ui-ux circle{
stroke: #eb7d4b;
}