Class: .content-start
<div class="flex flex-wrap content-start bg-gray-light h-l10">
<div class="white bg-blue p-1 border-blue-light w-20pc">block 1</div>
...
<div class="white bg-blue p-1 border-blue-light w-20pc">block 8</div>
</div>
Class: .content-end
<div class="flex flex-wrap content-end bg-gray-light h-l10">
<div class="white bg-blue p-1 border-blue-light w-20pc">block 1</div>
...
<div class="white bg-blue p-1 border-blue-light w-20pc">block 8</div>
</div>
Class: .content-center
<div class="flex flex-wrap content-center bg-gray-light h-l10">
<div class="white bg-blue p-1 border-blue-light w-20pc">block 1</div>
...
<div class="white bg-blue p-1 border-blue-light w-20pc">block 8</div>
</div>
Class: .content-stretch
<div class="flex flex-wrap content-stretch bg-gray-light h-l10">
<div class="white bg-blue p-1 border-blue-light w-20pc">block 1</div>
...
<div class="white bg-blue p-1 border-blue-light w-20pc">block 8</div>
</div>
Class: .content-between
<div class="flex flex-wrap content-between bg-gray-light h-l10">
<div class="white bg-blue p-1 border-blue-light w-20pc">block 1</div>
...
<div class="white bg-blue p-1 border-blue-light w-20pc">block 8</div>
</div>
Class: .content-around
<div class="flex flex-wrap content-around bg-gray-light h-l10">
<div class="white bg-blue p-1 border-blue-light w-20pc">block 1</div>
...
<div class="white bg-blue p-1 border-blue-light w-20pc">block 8</div>
</div>
Responsive variants |
.sm-content-start
|
.md-content-start
|
.lg-content-start
|
.xl-content-start
|
.sm-content-end
|
.md-content-end
|
.lg-content-end
|
.xl-content-end
|
.sm-content-center
|
.md-content-center
|
.lg-content-center
|
.xl-content-center
|
.sm-content-stretch
|
.md-content-stretch
|
.lg-content-stretch
|
.xl-content-stretch
|
.sm-content-between
|
.md-content-between
|
.lg-content-between
|
.xl-content-between
|
.sm-content-around
|
.md-content-around
|
.lg-content-around
|
.xl-content-around
|