+ 1
How to put sentences in Circle or in any other shapes ?
I can't put sentences in shapes ;-;
4 Respostas
+ 4
You'll need to put svg text element along a svg path element:
https://developer.mozilla.org/fr/docs/Web/SVG/Element/textPath
+ 1
@marco Style is used for what here?
+ 1
@Marco I want to write sentences by using the <circle> element .
+ 1
<div style="width:200px; height:200px; border: solid 2px #555; border-radius:50%"> <div style="text-align: center; line-height: 200px;">CIRCLE</div></div>