22.3 #Row-single.align-self-end Columns align-self: flex-end
.sf-row__col.-align-self-end
I am first in the markup
I am second in the markup
I am third in the markup
Html
<div class="sf-row">
<div class="sf-row__col -col-4">
I am <strong>first</strong> in the markup
</div>
<div class="sf-row__col -col-4 -align-self-end">
I am <strong>second</strong> in the markup
</div>
<div class="sf-row__col -col-4">
I am <strong>third</strong> in the markup
</div>
</div>