Published: December 28, 2020
CSS Tricks Article - Create Tag Cloud with CSS and JavaScript
Just had my first article for CSS Tricks published, where I wrote about creating a tag cloud using some very simple CSS and JS.
TL;DR
Create your html, find how many articles each tag has, use JavaScript to set a font size scale based on the number of articles per tag with a minimum and maximum font size.
Head of over to CSS Tricks to read the full article.