Justify Self
The 
                            justify-self property aligns a grid item within its grid cell in the inline direction.| Class | Properties | 
|---|---|
| justify-self-auto | justify-self: auto | 
| justify-self-normal | justify-self: normal | 
| justify-self-stretch | justify-self: stretch | 
| justify-self-start | justify-self: start | 
| justify-self-left | justify-self: left | 
| justify-self-center | justify-self: center | 
| justify-self-end | justify-self: end | 
| justify-self-right | justify-self: right | 
| justify-self-first-baseline | justify-self: first baseline | 
| justify-self-last-baseline | justify-self: last baseline | 
            utilities.scss API