You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
grid-column-gap: 10px; /* add space between column*/
grid-gap: 10px 20px; /* If grid-gap has one value, it will create a gap between all rows and columns. However, if there are two values, it will use the first one to set
the gap between the rows and the second value for the columns.*/
align-self: end; /* a way to align an item vertically*/