20.23 #Row.justify-content-end justify-content: flex-end

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>