rallets / css-flexbox-playground

CSS Flexbox playground with a brief description of each CSS Grid property

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Css Flexbox Playground

Css Flexbox playground

01 | Static vs Responsive

Based on the Pluralsight course "Creating Responsive Pages with CSS FlexBox" by Jeff Batt.

Flexboxes make creating web page layouts quicker, easier, and offer greater flexibility than rows and columns. This course will teach you how to get started with Flexboxes using nothing but CSS.

02 | Flexbox properties in practice

A flexbox property for each file, to easily understand how exactly a property effects a flexbox item/container, both for main axis and cross axis.

Just clone the repo and open the index.html file to see in action each property.

  • examples: Flexbox properties examples.

About

CSS Flexbox playground with a brief description of each CSS Grid property

License:MIT License


Languages

Language:HTML 92.9%Language:CSS 7.1%