Justify Self

Utilities for controlling how an individual grid item is aligned along its inline axis.

Class CSS Output
justify-self-center
justify-self: center;
}
justify-self-end-safe
justify-self: safe flex-end;
}
justify-self-end
justify-self: flex-end;
}
justify-self-start
justify-self: flex-start;
}
justify-self-center-safe
justify-self: safe center;
}
justify-self-auto
justify-self: auto;
}
justify-self-stretch
justify-self: stretch;
}

justify-self-center

justify-self: center;

justify-self-end-safe

justify-self: safe flex-end;

justify-self-end

justify-self: flex-end;

justify-self-start

justify-self: flex-start;

justify-self-center-safe

justify-self: safe center;

justify-self-auto

justify-self: auto;

justify-self-stretch

justify-self: stretch;

Reference

justify-self MDN ↗

CSS Properties

  • justify-self