HTML Diff
0 added 0 removed
Original 2026-01-01
Modified 2026-02-21
1 <p>1</p>
1 <p>1</p>
2 <a>Introduction</a><p>Getting to know the Grid concept, the key points and differences from Flex</p>
2 <a>Introduction</a><p>Getting to know the Grid concept, the key points and differences from Flex</p>
3 <p>2</p>
3 <p>2</p>
4 <a>Terminology</a><p>Learning the concepts of grids and their components in CSS Grid Layout</p>
4 <a>Terminology</a><p>Learning the concepts of grids and their components in CSS Grid Layout</p>
5 <p>3</p>
5 <p>3</p>
6 <a>First grid</a><p>Learning about the properties that allow you to create grids using CSS Grid Layout</p>
6 <a>First grid</a><p>Learning about the properties that allow you to create grids using CSS Grid Layout</p>
7 <p>4</p>
7 <p>4</p>
8 <a>Arrangement of elements in the grid</a><p>Learning the properties that allow you to arbitrarily arrange elements within a grid</p>
8 <a>Arrangement of elements in the grid</a><p>Learning the properties that allow you to arbitrarily arrange elements within a grid</p>
9 <p>5</p>
9 <p>5</p>
10 <a>Working with a grid</a><p>Learning about the indentation between strips and the alignment of the grid strips</p>
10 <a>Working with a grid</a><p>Learning about the indentation between strips and the alignment of the grid strips</p>
11 <p>6</p>
11 <p>6</p>
12 <a>Implicit grid</a><p>Learning the differences between the explicit and implicit grid, grid-auto-rows and grid-auto-columns</p>
12 <a>Implicit grid</a><p>Learning the differences between the explicit and implicit grid, grid-auto-rows and grid-auto-columns</p>
13 <p>7</p>
13 <p>7</p>
14 <a>Positioning and Grid</a><p>Studying the effect of positioning properties and z-index when used within a grid</p>
14 <a>Positioning and Grid</a><p>Studying the effect of positioning properties and z-index when used within a grid</p>