Using CSS to Set Text Inside a Circle

1 · CSS-Tricks · April 14, 2020, 4:15 p.m.
You want to set some text inside the shape of a circle with HTML and CSS? That’s crazy talk, right? Not really! Thanks to shape-outside and some pure CSS trickery it is possible to do exactly that.  However, this can be a fiddly layout option. We have to take lots of different things into consideration, like character count, word count, typeface variations, font sizing, font formatting, and responsive requirements to name a few. One size, does not fit all here. … Read article “Using CSS to Set ...