justify-items
Defines the default alignment for all items inside a grid container along the inline (horizontal) axis.
It is documented as part of the CSS Box Alignment specification.
Syntax
/* Usage Example */
.grid-container {
display: grid;
grid-template-columns: 1fr 1fr;
/* Centers all children horizontally within their grid cells */
justify-items: center;
}
/* Syntax */
justify-items: normal;
justify-items: stretch;
justify-items: left;
justify-items: right;
justify-items: legacy;
justify-items: center;
justify-items: anchor-center;
/* Global values */
justify-items: inherit;
justify-items: initial;
justify-items: revert;
justify-items: revert-layer;
justify-items: unset;
justify-items Browser support
Widely available
Since
2015 96% global usage
This feature is well established and works across many devices and browser versions. It has been available across browsers since 2015.
52+
20+
9+
12+