Skip to main content
Photo of DeepakNess DeepakNess

CSS grid generator tool

Unproofread notes

You can use https://cssgridgenerator.io/ to create custom grid layouts with easy drag-and-drop layout. The generator allows you to specify the number of columns, rows, the gutter size. And then it gives you the HTML and CSS that you can use anywhere.

Another similar tool is https://tailwindgen.com/ which does the same but for Tailwind CSS. You can get the output in either JSX or HTML with Tailwind classes.

I think, these are very handy tools which are quicker to use than prompting an LLM to do the same.

Comment via email