How to make Multiple Text Strokes on a Text Element with CSS
There’s currently no direct way to make multiple text-strokes on a text element using traditional CSS methods. So I recently discovered a CSS trick to easily make multiple outlines on a text element using the CSS text-stroke property.
In this article...
sunkanmi.hashnode.dev6 min read
Favourite Jome
Software Engineer @bug0
Thanks for sharing this article, I think I might have just seen an idea to solve a challenge I've been facing.