place-items

Shortcut for aligning the grid item on both axes.

Time to read: less than 5 min

Briefly

Shortcut for specifying values for both align-items and justify-items. They must be specified in this order.

Example

        
          
          .container {  display: grid;  place-items: stretch end;}
          .container {
  display: grid;
  place-items: stretch end;
}

        
        
          
        
      

How to Write

Two available values for the properties align-items and justify-items are written, separated by a space.

Hints

Поддержка в браузерах:
  • Chrome 66, поддерживается
  • Edge 79, поддерживается
  • Firefox 76, поддерживается
  • Safari 12.1, поддерживается
О Baseline