20 #Row Row

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

sf-row.-adjustable-ellipsis

<div class="sf-row -adjustable-ellipsis">
   <div class="sf-row__col -full-width">
       <div>The width of <strong>First</strong> adjusts to my width</div>
   </div>
   <div class="sf-row__col -truncatable">
       <div style="white-space: nowrap; overflow: hidden; text-overflow: ellipsis;">I am <strong>First</strong>. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passa</div>
   </div>
</div>
I am First. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passa
The width of First adjusts to my width
Html
    <div class="sf-row -adjustable-ellipsis">
       <div class="sf-row__col -truncatable">
           <div style="white-space: nowrap; overflow: hidden; text-overflow: ellipsis;">I am <strong>First</strong>. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passa</div>
       </div>
       <div class="sf-row__col -full-width">
           <div>The width of <strong>First</strong> adjusts to my width</div>
       </div>
    </div>

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

.sf-row.-align-content-around

I am first in the markup
I am second in the markup
I am third in the markup
I am fourth in the markup
I am fifth in the markup
I am sixth in the markup
Html
    <div class="sf-row -align-content-around">
       <div class="sf-row__col -col-4">
           I am <strong>first</strong> in the markup
       </div>
       <div class="sf-row__col -col-4">
           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 class="sf-row__col -col-4">
           I am <strong>fourth</strong> in the markup
       </div>
       <div class="sf-row__col -col-4">
           I am <strong>fifth</strong> in the markup
       </div>
       <div class="sf-row__col -col-4">
           I am <strong>sixth</strong> in the markup
       </div>
    </div>

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

.sf-row.-align-content-between

I am first in the markup
I am second in the markup
I am third in the markup
I am fourth in the markup
I am fifth in the markup
I am sixth in the markup
Html
    <div class="sf-row -align-content-between">
       <div class="sf-row__col -col-4">
           I am <strong>first</strong> in the markup
       </div>
       <div class="sf-row__col -col-4">
           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 class="sf-row__col -col-4">
           I am <strong>fourth</strong> in the markup
       </div>
       <div class="sf-row__col -col-4">
           I am <strong>fifth</strong> in the markup
       </div>
       <div class="sf-row__col -col-4">
           I am <strong>sixth</strong> in the markup
       </div>
    </div>

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

.sf-row.-align-content-center

I am first in the markup
I am second in the markup
I am third in the markup
I am fourth in the markup
I am fifth in the markup
I am sixth in the markup
Html
    <div class="sf-row -align-content-center">
       <div class="sf-row__col -col-4">
           I am <strong>first</strong> in the markup
       </div>
       <div class="sf-row__col -col-4">
           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 class="sf-row__col -col-4">
           I am <strong>fourth</strong> in the markup
       </div>
       <div class="sf-row__col -col-4">
           I am <strong>fifth</strong> in the markup
       </div>
       <div class="sf-row__col -col-4">
           I am <strong>sixth</strong> in the markup
       </div>
    </div>

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

.sf-row.-align-content-end

I am first in the markup
I am second in the markup
I am third in the markup
I am fourth in the markup
I am fifth in the markup
I am sixth in the markup
Html
    <div class="sf-row -align-content-end">
       <div class="sf-row__col -col-4">
           I am <strong>first</strong> in the markup
       </div>
       <div class="sf-row__col -col-4">
           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 class="sf-row__col -col-4">
           I am <strong>fourth</strong> in the markup
       </div>
       <div class="sf-row__col -col-4">
           I am <strong>fifth</strong> in the markup
       </div>
       <div class="sf-row__col -col-4">
           I am <strong>sixth</strong> in the markup
       </div>
    </div>

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

.sf-row.-align-content-start

I am first in the markup
I am second in the markup
I am third in the markup
I am fourth in the markup
I am fifth in the markup
I am sixth in the markup
Html
    <div class="sf-row -align-content-start">
       <div class="sf-row__col -col-4">
           I am <strong>first</strong> in the markup
       </div>
       <div class="sf-row__col -col-4">
           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 class="sf-row__col -col-4">
           I am <strong>fourth</strong> in the markup
       </div>
       <div class="sf-row__col -col-4">
           I am <strong>fifth</strong> in the markup
       </div>
       <div class="sf-row__col -col-4">
           I am <strong>sixth</strong> in the markup
       </div>
    </div>

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

.sf-row.-align-content-stretch

If emitted align-content: stretch

I am first in the markup
I am second in the markup
I am third in the markup
I am fourth in the markup
I am fifth in the markup
I am sixth in the markup
Html
    <div class="sf-row -align-content-stretch">
       <div class="sf-row__col -col-4">
           I am <strong>first</strong> in the markup
       </div>
       <div class="sf-row__col -col-4">
           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 class="sf-row__col -col-4">
           I am <strong>fourth</strong> in the markup
       </div>
       <div class="sf-row__col -col-4">
           I am <strong>fifth</strong> in the markup
       </div>
       <div class="sf-row__col -col-4">
           I am <strong>sixth</strong> in the markup
       </div>
    </div>

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

.sf-row.-align-items-baseline

I am first in the markup
I am second in the markup
I am third in the markup
Html
    <div class="sf-row -align-items-baseline">
       <div class="sf-row__col -col-4">
           I am <strong>first</strong> in the markup
       </div>
       <div class="sf-row__col -col-4">
           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.-align-items-center

I am first in the markup
I am second in the markup
I am third in the markup
Html
    <div class="sf-row -align-items-center">
       <div class="sf-row__col -flex-4">
           I am <strong>first</strong> in the markup
       </div>
       <div class="sf-row__col -flex-4">
           I am <strong>second</strong> in the markup
       </div>
       <div class="sf-row__col -flex-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.-align-items-end

I am first in the markup
I am second in the markup
I am third in the markup
Html
    <div class="sf-row -align-items-end">
       <div class="sf-row__col -flex-4">
           I am <strong>first</strong> in the markup
       </div>
       <div class="sf-row__col -flex-4">
           I am <strong>second</strong> in the markup
       </div>
       <div class="sf-row__col -flex-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.-align-items-start

I am first in the markup
I am second in the markup
I am third in the markup
Html
    <div class="sf-row -align-items-start">
       <div class="sf-row__col -col-4">
           I am <strong>first</strong> in the markup
       </div>
       <div class="sf-row__col -col-4">
           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.-align-items-stretch

If emitted align-items: stretch

I am first in the markup
I am second in the markup
I am third in the markup
Html
    <div class="sf-row -align-items-stretch">
       <div class="sf-row__col -col-4">
           I am <strong>first</strong> in the markup
       </div>
       <div class="sf-row__col -col-4">
           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 .sf-row__col

.sf-row__col
.sf-row__col
.sf-row__col
.sf-row__col
.sf-row__col
Html
    <div class="sf-row">
       <div class="sf-row__col">
           .sf-row__col
       </div>
       <div class="sf-row__col">
           .sf-row__col
       </div>
    </div>
    <div class="sf-row">
       <div class="sf-row__col">
           .sf-row__col
       </div>
       <div class="sf-row__col">
           .sf-row__col
       </div>
       <div class="sf-row__col">
           .sf-row__col
       </div>
    </div>
I am first in the markup
I am second in the markup
I am third in the markup
Html
    <div class="sf-row -column">
       <div class="sf-row__col -col-4">
           I am <strong>first</strong> in the markup
       </div>
       <div class="sf-row__col -col-4">
           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.-column-reverse

I am first in the markup
I am second in the markup
I am third in the markup
Html
    <div class="sf-row -column-reverse">
       <div class="sf-row__col -col-4">
           I am <strong>first</strong> in the markup
       </div>
       <div class="sf-row__col -col-4">
           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.-row

If emitted flex-direction: row

I am first in the markup
I am second in the markup
I am third in the markup
I am fourth in the markup
I am fifth in the markup
Html
    <div class="sf-row -row">
       <div class="sf-row__col -col-4">
           I am <strong>first</strong> in the markup
       </div>
       <div class="sf-row__col -col-4">
           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 class="sf-row__col -col-4">
           I am <strong>fourth</strong> in the markup
       </div>
       <div class="sf-row__col -col-4">
           I am <strong>fifth</strong> in the markup
       </div>
    </div>

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

.sf-row.-wrap

If emitted flex-wrap: wrap

I am first in the markup
I am second in the markup
I am third in the markup
Html
    <div class="sf-row -wrap">
       <div class="sf-row__col -col-6">
           I am <strong>first</strong> in the markup
       </div>
       <div class="sf-row__col -col-6">
           I am <strong>second</strong> in the markup
       </div>
       <div class="sf-row__col -col-10">
           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.-full-height

I am tall
I am tall
Html
    <div class="sf-row -full-height">
       <div class="sf-row__col -col-6">
           I am tall
       </div>
       <div class="sf-row__col -col-6">
           I am tall
       </div>
    </div>
I am first in the markup
I am second in the markup
Html
    <div class="sf-row -inline">
       <div class="sf-row__col -col-6">
           I am <strong>first</strong> in the markup
       </div>
       <div class="sf-row__col -col-6">
           I am <strong>second</strong> in the markup
       </div>
    </div>

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

.sf-row.-justify-content-around

I am first in the markup
I am second in the markup
I am third in the markup
I am fourth in the markup
I am fifth in the markup
Html
    <div class="sf-row -justify-content-around">
       <div class="sf-row__col -col-3">
           I am <strong>first</strong> in the markup
       </div>
       <div class="sf-row__col -col-4">
           I am <strong>second</strong> in the markup
       </div>
       <div class="sf-row__col -col-3">
           I am <strong>third</strong> in the markup
       </div>
       <div class="sf-row__col -col-4">
           I am <strong>fourth</strong> in the markup
       </div>
       <div class="sf-row__col -col-4">
           I am <strong>fifth</strong> in the markup
       </div>
    </div>

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

.sf-row.-justify-content-between

I am first in the markup
I am second in the markup
I am third in the markup
I am fourth in the markup
I am fifth in the markup
Html
    <div class="sf-row -justify-content-between">
       <div class="sf-row__col -col-3">
           I am <strong>first</strong> in the markup
       </div>
       <div class="sf-row__col -col-4">
           I am <strong>second</strong> in the markup
       </div>
       <div class="sf-row__col -col-3">
           I am <strong>third</strong> in the markup
       </div>
       <div class="sf-row__col -col-4">
           I am <strong>fourth</strong> in the markup
       </div>
       <div class="sf-row__col -col-4">
           I am <strong>fifth</strong> in the markup
       </div>
    </div>

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

.theme.-row.-justify-content-center

I am first in the markup
I am second in the markup
Html
    <div class="sf-row -justify-content-center">
       <div class="sf-row__col -flex-4">
           I am <strong>first</strong> in the markup
       </div>
       <div class="sf-row__col -flex-4">
           I am <strong>second</strong> in the markup
       </div>
    </div>

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

.sf-row.-justify-content-end

I am first in the markup
I am second in the markup
Html
    <div class="sf-row -justify-content-end">
       <div class="sf-row__col -col-4">
           I am <strong>first</strong> in the markup
       </div>
       <div class="sf-row__col -col-4">
           I am <strong>second</strong> in the markup
       </div>
    </div>

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

.sf-row.-justify-content-start

If emitted justify-content: flex-start

I am first in the markup
I am second in the markup
Html
    <div class="sf-row -justify-content-start">
       <div class="sf-row__col -col-4">
           I am <strong>first</strong> in the markup
       </div>
       <div class="sf-row__col -col-4">
           I am <strong>second</strong> in the markup
       </div>
    </div>
.sf-row__col.-col-6
.sf-row__col.-col-4
.sf-row__col.-col-8
.sf-row__col.-col-6
Html
    <div class="sf-row">
       <div class="sf-row__col -col-6">
         .sf-row__col.-col-6
         <div class="sf-row">
            <div class="sf-row__col -col-4">
                .sf-row__col.-col-4
            </div>
            <div class="sf-row__col -col-8">
                .sf-row__col.-col-8
            </div>
         </div>
       </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.-no-gutter

I am first in the markup
I am second in the markup
Html
    <div class="sf-row -no-gutter">
       <div class="sf-row__col -col-6">
           I am <strong>first</strong> in the markup
       </div>
       <div class="sf-row__col -col-6">
           I am <strong>second</strong> in the markup
       </div>
    </div>
I am first in the markup
I am second in the markup
I am third in the markup
Html
    <div class="sf-row -no-wrap">
       <div class="sf-row__col -col-6">
           I am <strong>first</strong> in the markup
       </div>
       <div class="sf-row__col -col-6">
           I am <strong>second</strong> in the markup
       </div>
       <div class="sf-row__col -col-10">
           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.-row-reverse

I am first in the markup
I am second in the markup
I am third in the markup
I am fourth in the markup
I am fifth in the markup
Html
    <div class="sf-row -row-reverse">
       <div class="sf-row__col -col-4">
           I am <strong>first</strong> in the markup
       </div>
       <div class="sf-row__col -col-4">
           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 class="sf-row__col -col-4">
           I am <strong>fourth</strong> in the markup
       </div>
       <div class="sf-row__col -col-4">
           I am <strong>fifth</strong> in the markup
       </div>
    </div>
Html
    <div class="sf-row -auto-width">
    </div>

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

.sf-row.-wrap-reverse

I am first in the markup
I am second in the markup
I am third in the markup
Html
    <div class="sf-row -wrap-reverse">
       <div class="sf-row__col -col-6">
           I am <strong>first</strong> in the markup
       </div>
       <div class="sf-row__col -col-6">
           I am <strong>second</strong> in the markup
       </div>
       <div class="sf-row__col -col-10">
           I am <strong>third</strong> in the markup
       </div>
    </div>