Text in mid of circle
by Mayank Dixit
HTML
<div class="circle">Hello I am A Circle </div>
CSS
.circle
{
width:500px;
height:500px;
border-radius:250px;
font-size:50px;
color:#fff;
line-height:500px;
text-align:center;
background:#000
}