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

The New CSS Layout #37

Open
Martin-Pitt opened this issue Sep 18, 2018 · 0 comments
Open

The New CSS Layout #37

Martin-Pitt opened this issue Sep 18, 2018 · 0 comments

Comments

@Martin-Pitt
Copy link

Martin-Pitt commented Sep 18, 2018

With the rise of Flexboxes and Grids. This resource is quickly being outdated, unfortunately.
I think it's worth forking, maintaining or reinventing.

For example, reliable center alignment with two lines:

display: grid;
place-items: center;

Likewise, lots more potions with css grids would be amazing.
CSS Framework-style abuse of inline-blocks for grid layout becomes unnecessary.

Rachel Andrew wrote an excellent book on the topic: https://abookapart.com/products/the-new-css-layout

I think an updated magic of css online resource that distils the same teachings would be invaluable.

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

1 participant