Easy way to draw a round in CSS

Goud.Kv
Posted by Goud.Kv under CSS 3 category on | Points: 40 | Views : 1390
Its pretty easy to draw a round using CSS.

Just give the highest radius like,

.shape
{
border-radius : 9999px ;
}


That makes your square to a circle..

Comments or Responses

Login to post response