2
Look at you
I need to place the text at the bottom of the circle using css.. I have the code here http://scratchpad.io/unequal-mist-4130
.circle{
height: 37px;
line-height: 37px;
position: absolute;
background: white;
border-radius: 52px;
width: 37px;
height: 37px;
text-align: center;
font-size: 10px;
border: 2px solid black;
vertical-align: bottom;
}
What? Explioque that better, how are your Ivs? the text inside or outside the circle?
– Bsalvo
the text outside.. the word 'Test' should be aligned with the part below the circle.
– Ricardo CF
This link is edited simultaneously by everyone.....
– Bsalvo
That’s right, Scratchpad.io shows the edition of all. The answer is correct.. it worked.. I’ll mark it as the best answer.!
– Ricardo CF