#css CSS Grid Line Naming
Name grid lines in CSS Grid Layout to simplify the placement of grid items.
#css CSS Grid Fractional Units
Use fractional units (fr) in CSS Grid Layout to create flexible grid tracks.
#css CSS Grid Minmax Function
Use the minmax function in CSS Grid Layout to create grid tracks with flexible minimum and maximum sizes.
#css CSS Grid Repeat Function
Use the repeat function in CSS Grid Layout to create repeating grid tracks.