Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhancement: teach the use of grid-template-areas #45

Open
mh166 opened this issue Jul 24, 2017 · 1 comment
Open

Enhancement: teach the use of grid-template-areas #45

mh166 opened this issue Jul 24, 2017 · 1 comment

Comments

@mh166
Copy link

mh166 commented Jul 24, 2017

Hi guys,

I just completed this nice tutorial about CSS grid. An I just love it! Really great work!

A little addition that would make it even more helpful, I think, should be grid-template-areas. Personally, I find them soo useful as they make layouting with certain areas more easy. Not only is it more easy to read, but you can use different grid-template-areas definitions for different screen resolutions. Still, all client elements can reference the same area name and be layed out according the currently active template area.

A nice quick overview can be found in this CSS-Tricks article. An amazing presentation about the practical use of CSS Grid (in general and also template areas in specific) is given by Morten Rand-Hendriksen, speaking about how CSS Grid Changes EVERYTHING.

@rayshan
Copy link

rayshan commented Jul 30, 2017

I second the love for this website, and this enhancement request. There are a lot of advanced grid use cases we can add, such as packing layouts with auto-placement, auto-flow, auto-fill and auto-fit. Perhaps we can use this issue to make a list of things to add.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants