CSS Grids Testing

Due to IE Edge using an old specification, this area is just running some tests. Currently only works in Safari Technology Preview 9 and Firefox Developer Edition, by default. For more information on browser support, see Grids by Example.
CSS Grid (Base) - Inline CSS Grid. Simple positioned layout that has a Header, Content Area (center), and Footer. The Content Area then contains another (inline) CSS Grid that changes its layout depending on application state.
Flex1 - Flexbox version. While Flexbox allows a similar grid layout, the disadvantage is the inability to span different sections when required. For example, I have the need for Content/Left to have the ability to span the Header and Footer areas depending on state (in ReactJS).