In my circle i may require to place number without limit. for that i try to create a div and added the css. but not as per my expectaion.
how to keep my div always a cirlce, still any no.of text placed?
div{
border:1px solid red;
display: inline-block;
border-radius:50%;
}
<div>10</div>
<div>1</div>
<div>888</div>