We’ll discuss the display
values pertinent to CSS Grid Layout – grid
, inline-grid
, and subgrid
. Then, let’s jump in at the deep end by putting together a simple grid layout in a flash.
CSS Grid Layout will not work unless upgrading The Grid Layout is a new feature in CSS coming in Firefox 52 and Chrome 57.
Another option to enable the Grid Layout is to enable the Experimental Web Platform features
flag in chrome://
.
I think there are facts missing in the Lesson 1. The header is missing from the code example and the CSS doesn't correspond with the markup which makes understanding of the lesson very difficult.
Hi Roy, which playground tool you have used in this course ?