DEV Community

Justin
Justin

Posted on

Generating CSS Grid Layout From Plain Text

Using a nifty tool named ASCIIFlow, you can create plain ASCII text based grid layouts. This article explains how to convert the text based grid layout into CSS grid layout using a bit of JavaScript and CSS Variables.

Read my article on Medium

Top comments (0)