Circular text made with CSS trigonometric functions

Circular Text with CSS

Jhey Tompkins
7 min readFeb 18, 2023

--

Have you ever wanted to lay out some text in a circle but it felt like a lot of prodding in the dark? How might you do it today? Could you do it with CSS alone in an accurate way? Let’s take a look at a new way 👀

How you might solve this today

You’ve definitely got options. Before we go down the CSS route, you could use images. The least maintainable route could be creating an…

--

--