Live data from Hacker News

Ask HN: Who is using css grid in production?

news.ycombinator.com

11–15 of 15 posts

Re: Ask HN: Who is using css grid in production?

#11

I used it in a personal project ( http://loyaltonmuseum.org/ ), since it made things a lot simpler. Few browsers support it natively, but there's a polyfill for it ( https://github.com/FremyCompany/css-grid-polyfill ) which supposedly supports just about all modern browsers (including IE9+).

this kind of looks like a site from the 90s

Hah wow you are right. Looks like a coder designed it

Re: Ask HN: Who is using css grid in production?

#12

I used it in a personal project ( http://loyaltonmuseum.org/ ), since it made things a lot simpler. Few browsers support it natively, but there's a polyfill for it ( https://github.com/FremyCompany/css-grid-polyfill ) which supposedly supports just about all modern browsers (including IE9+).

this kind of looks like a site from the 90s

Thanks :)

But yeah, never said I had a good sense of visual design. It does work reasonably well for the target demographic, though (baby boomers and older for the most part), and at least there ain't any or tags.

Re: Ask HN: Who is using css grid in production?

#13

Earlier quoted context omitted.

this kind of looks like a site from the 90s

Thanks :) But yeah, never said I had a good sense of visual design. It does work reasonably well for the target demographic, though (baby boomers and older for the most part), and at least there ain't any or tags.

I think it is missing spacing inside elements. Add some spacing in your content area and it will look better.

Re: Ask HN: Who is using css grid in production?

#14

I used it in a personal project ( http://loyaltonmuseum.org/ ), since it made things a lot simpler. Few browsers support it natively, but there's a polyfill for it ( https://github.com/FremyCompany/css-grid-polyfill ) which supposedly supports just about all modern browsers (including IE9+).

Holy hell that is awful design.

Re: Ask HN: Who is using css grid in production?

#15

I used it in a personal project ( http://loyaltonmuseum.org/ ), since it made things a lot simpler. Few browsers support it natively, but there's a polyfill for it ( https://github.com/FremyCompany/css-grid-polyfill ) which supposedly supports just about all modern browsers (including IE9+).

this kind of looks like a site from the 90s

Yes. It loads instantly on my phone without crashing Chrome and is truly responsive. A rare webpage indeed.
Post reply on HN