Thank you so much for this article. Using border-radius, you can create wonderful CSS circles. In this post I’ll look at the basic css border and then move into rounded corners with border-radius. The value of the property determines the radius of the circle. We will use border-radius property, which gives us opportunity to round the corners of element it's applied to. The radius applies to the whole background, even if the element has no border; the exact position of the clipping is defined by the background-clip property. There is some point where eventually you can’t set the border radius any higher. Interesting that a couple of years on CSS3 circles are widely used but still lacking with users using older versions of IE. how to make border style is circle look like this: http://i.imgur.com/zpQm3MG.jpg Borders are something I’m sure you use on most projects. Those users will never suspect anything is lacking. How can you create the circle image and add a hyperlink to a site you want viewers to look at? Isn’t it cool how easy it is? In our snippet, we’ll demonstrate some examples with the CSS border-radius property, as well as with the HTML