Briefly
Shortcut for specifying values for both align
and justify
. 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
and justify
are written, separated by a space.
Hints
Поддержка в браузерах:
- Chrome 66, поддерживается
- Edge 79, поддерживается
- Firefox 76, поддерживается
- Safari 12.1, поддерживается