roobie
Version:
A collection of CSS classes to keep you writing business logic in your HTML. Easily build maintainable web & mobile applications with 100s of pre-built CSS classes at your fingertips.
14 lines (13 loc) • 397 B
Markdown
# Justify Self
Justify a single item on the main axis. Requires flex display.
## Classes
```html
<div class="jst-self-start">Start</div>
<div class="jst-self-end">End</div>
<div class="jst-self-between">Between</div>
<div class="jst-self-around">Around</div>
<div class="jst-self-center">Center</div>
<div class="jst-self-base">Base</div>
<div class="jst-self-stretch">Stretch</div>
```
## Usage