SyntaxFix
Write A Post
Hire A Developer
Questions
You can do following
FIDDLE
<div id="circle"></div>
CSS
#circle { width: 100px; height: 100px; background: red; -moz-border-radius: 50px; -webkit-border-radius: 50px; border-radius: 50px; }
Other shape SOURCE