Difference between revisions of "FlexboxGeneralinfo"

From rbachwiki
Jump to navigation Jump to search
(Created page with "# define a parent element as a flex container # All child elements become flex Items # Flexbox properties can the control orientation, alignment, size and spacing of child fle...")
 
Line 1: Line 1:
==Using Flexbox ==
# define a parent element as a flex container
# define a parent element as a flex container
# All child elements become flex Items
# All child elements become flex Items
# Flexbox properties can the control orientation, alignment, size and spacing of child flex items
# Flexbox properties can the control orientation, alignment, size and spacing of child flex items
# container are set to either row or column orientation

Revision as of 20:08, 9 February 2017

Using Flexbox

  1. define a parent element as a flex container
  2. All child elements become flex Items
  3. Flexbox properties can the control orientation, alignment, size and spacing of child flex items
  4. container are set to either row or column orientation