Difference between revisions of "FlexboxGeneralinfo"
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
- 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 flex items
- container are set to either row or column orientation