22 #Row-single Row-single

Toggle full screen Open in new window Toggle example guides Toggle HTML markup

.sf-row__col.-align-self-baseline

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-baseline">
           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>

Toggle full screen Open in new window Toggle example guides Toggle HTML markup

.sf-row__col.-align-self-center

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-center">
           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>

Toggle full screen Open in new window Toggle example guides Toggle HTML markup

.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>

Toggle full screen Open in new window Toggle example guides Toggle HTML markup

.sf-row__col.-align-self-stretch

If emitted align-self: stretch

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-stretch">
           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>

Toggle full screen Open in new window Toggle example guides Toggle HTML markup

.sf-row__col.-auto-flex

.sf-row__col.-col-6.-auto-flex
.sf-row__col.-col-6
Html
    <div class="sf-row">
       <div class="sf-row__col -col-6 -auto-flex">
           .sf-row__col.-col-6.-auto-flex
       </div>
       <div class="sf-row__col -col-6">
           .sf-row__col.-col-6
       </div>
    </div>

Toggle full screen Open in new window Toggle example guides Toggle HTML markup

.sf-row__col.-align-self-start

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-start">
           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>
.sf-row__col.-hidden: I am hidden for all resolutions
.sf-row__col
.sf-row__col
Html
    <div class="sf-row">
       <div class="sf-row__col -hidden">
           .sf-row__col.-hidden: I am hidden for all resolutions
       </div>
       <div class="sf-row__col">
           .sf-row__col
       </div>
       <div class="sf-row__col">
           .sf-row__col
       </div>
    </div>

Toggle full screen Open in new window Toggle example guides Toggle HTML markup

.sf-row__col.-no-flex

.sf-row__col.-col-6.-no-flex
.sf-row__col.-col-6
Html
    <div class="sf-row">
       <div class="sf-row__col -col-6 -no-flex">
           .sf-row__col.-col-6.-no-flex
       </div>
       <div class="sf-row__col -col-6">
           .sf-row__col.-col-6
       </div>
    </div>

Toggle full screen Open in new window Toggle example guides Toggle HTML markup

.sf-row__col.-no-gutter

.sf-row__col.-col-6.-no-gutter
.sf-row__col.-col-6
Html
    <div class="sf-row">
       <div class="sf-row__col -col-6 -no-gutter">
           .sf-row__col.-col-6.-no-gutter
       </div>
       <div class="sf-row__col -col-6">
           .sf-row__col.-col-6
       </div>
    </div>