Skip to content

Instantly share code, notes, and snippets.

@joyrexus
Created November 4, 2013 16:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joyrexus/7305010 to your computer and use it in GitHub Desktop.
Save joyrexus/7305010 to your computer and use it in GitHub Desktop.
CSS layout resources

Useful resources for understanding how to design layouts for site content using CSS.

Note that the Flexbox layout mode makes vertical centering and flexible grid layouts relatively easy to design. It offers a more efficient way to lay out, align and distribute space among items in a container. It's most appropriate for the design of application components and small-scale layouts.


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment