Grid follows the two-dimensional property whereas flex is one dimensional in nature. i.e it's element are arranged both in row and column. when we apply display: Grid, the direct child items automatically becomes grid item. we need to specify row an...