HTML problem of text for shape
I开发者_如何学运维 have 1 big text .generally text is always is in horizontal line shape.Is there any way to make it the curve type of shape?
See this article
Using css transform you can rotate text
You can use HTML5 Canvas to accomplish this. This post should have the information you need is-there-a-way-to-curve-arc-text-using-css3-canvas
精彩评论