Grid: Vertical Arrangement

A grid's children can be vertically aligned within the grid. The same grid can have different alignments at different breakpoints. By default, all elements are the same height, making vertical alignment moot.


Aligned Top

Interactively deliver an expanded array of internal or organic sources rather than integrated infrastructures. Interactively develop next-generation e-commerce vis-a-vis equity invested platforms. Dynamically expedite wireless solutions via interoperable users.
Appropriately simplify orthogonal value vis-a-vis long-term high-impact expertise.
Collaboratively grow leading-edge networks rather than functionalized core competencies. Collaboratively coordinate cross-media infomediaries whereas proactive benefits. Appropriately develop cross-platform human capital without future-proof action items. Dramatically architect go forward services with alternative total linkage.
<div class="grid grid--xs-top">
    <div class="grid-col grid-col--xs-4">
        [...]
    </div>
    <div class="grid-col grid-col--xs-4">
        [...]
    </div>
    <div class="grid-col grid-col--xs-4">
        [...]
    </div>
</div>

Aligned Middle

Interactively deliver an expanded array of internal or organic sources rather than integrated infrastructures. Interactively develop next-generation e-commerce vis-a-vis equity invested platforms. Dynamically expedite wireless solutions via interoperable users.
Appropriately simplify orthogonal value vis-a-vis long-term high-impact expertise.
Collaboratively grow leading-edge networks rather than functionalized core competencies. Collaboratively coordinate cross-media infomediaries whereas proactive benefits. Appropriately develop cross-platform human capital without future-proof action items. Dramatically architect go forward services with alternative total linkage.
<div class="grid grid--xs-middle">
    <div class="grid-col grid-col--xs-4">
        [...]
    </div>
    <div class="grid-col grid-col--xs-4">
        [...]
    </div>
    <div class="grid-col grid-col--xs-4">
        [...]
    </div>
</div>

Aligned Bottom

Interactively deliver an expanded array of internal or organic sources rather than integrated infrastructures. Interactively develop next-generation e-commerce vis-a-vis equity invested platforms. Dynamically expedite wireless solutions via interoperable users.
Appropriately simplify orthogonal value vis-a-vis long-term high-impact expertise.
Collaboratively grow leading-edge networks rather than functionalized core competencies. Collaboratively coordinate cross-media infomediaries whereas proactive benefits. Appropriately develop cross-platform human capital without future-proof action items. Dramatically architect go forward services with alternative total linkage.
<div class="grid grid--xs-bottom">
    <div class="grid-col grid-col--xs-4">
        [...]
    </div>
    <div class="grid-col grid-col--xs-4">
        [...]
    </div>
    <div class="grid-col grid-col--xs-4">
        [...]
    </div>
</div>