Creating a circle using css style in html

by rajesh 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>
1256
like
0
dislike
0
mail
flag

You must LOGIN to add comments