justify-self
The justify-self
property in CSS sets the justification of an element within its containing block. Its behavior depends on the display
of the containing block. For example, if the containing block is a grid container (i.e. display: grid
), we …