


There are different types of values of align-items css ( align-items) in CSS, let us discuss all of them and their properties in detail. Let us now discuss all of them in detail. In the above syntax, the align-items css ( align-items) proceed with a colon (:) and normal, stretch, center, flex-start, flex-end, start, end, self-start, self-end, baseline, first baseline, last baseline, initial, inherit, safe, unsafe are all its values with which the alignment of the content is done inside a container.

* Global values */ align-items : inherit * Positional alignment */ /* align-items does not take left and right values */ align-items : center /* Pack items around the center */ align-items : start /* Pack items from the start */ align-items : end /* Pack items from the end */ align-items : flex-start /* Pack flex items from the start */ align-items : flex-end /* Pack flex items from the end */ /* Baseline alignment */ align-items : baseline Īlign-items : last baseline /* Overflow alignment (for positional alignment only) */ align-items : safe center * Basic keywords */ align-items : normal
