I want to have a circle around a text, so that the text take up most of the area of the circle, both vertically and horizonally, but it should be a circle, not an elipse.
This also means that if i have a long line, it would wrap inside the circle.
The text length is unknown in advanced, and if it exceeds the possible size of the circle, the circle should grow accordingly.
Something like this, but without svg:
Is it possible using just CSS and HTML ?