jquery - How to increase the inside circle's size -


i have done following css jquery:jsfiddle
don't know why cannot increase width , height of green circle in way little greater gray circle (which call main circle) lower z-index, in way passing time, green circle shows progress around main cirecle(just on border of gray circle because use lower z-index green cirecle)

green circle is:

<div  id='timer'></div> 

i appreciate help.

thanks

div.slice{     font-size: 70px !important;     margin-left: -26px;     margin-top: -21px; } 

Comments

Popular posts from this blog

php - Submit Form Data without Reloading page -

linux - Rails running on virtual machine in Windows -

php - $params->set Array between square bracket -