How to write text inside circle near border using shape outside?

Viewed 24

I want to write text or add icons near border circle div tag.
like this Is someone have do this idea. I am try do this last one week but cannot do

1 Answers

Use position:absolute property with top, left, right, bottom with all the child elements of parent

Related