Live data from Hacker News

Show HN: Layoutit – An interactive CSS Grid generator

layoutit.com

11–20 of 75 posts

Re: Show HN: Layoutit – An interactive CSS Grid generator

#12

Very nice - I feel like I just learned CSS Grid in like 2 seconds. Also learned about fr units: https://alligator.io/css/css-grid-layout-fr-unit/

For Firefox users: the Firefox developer tools also have an excellent grid inspector [1] that is very helpful in understanding CSS Grid.

[1] https://developer.mozilla.org/en-US/docs/Tools/Page_Inspecto...

Re: Show HN: Layoutit – An interactive CSS Grid generator

#13

I like the export to codepen feature. Anyone know how that works?

right click the button and `inspect` in firefox or chrome, it simply submits the form immediately before the button markup using:

https://blog.codepen.io/documentation/api/prefill/

Re: Show HN: Layoutit – An interactive CSS Grid generator

#16
This is cool, but I'm having a lot of trouble reshaping the grids, and editing things that I've already created.

For example, I can't click on certain elements, dragging to make something bigger actually makes it smaller, etc. This will be a really nice tool once the UI is ironed out.

Post reply on HN