Skip to content

The New CSS Layout #37

@Martin-Pitt

Description

@Martin-Pitt

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions