Creating a circle using css style in html
by rajesh[ Edit ] 2012-08-23 14:22:04
Style needed for creating a circle:
.circle{width:100px;height:100px;border-radius:50px;font-size:20px;color:#fff;line-height:100px;text-align:center;background:#000}
Html code that uses the style
<div class="circle">Hello</div>