mirror of
https://github.com/twbs/bootstrap.git
synced 2025-03-15 15:29:22 +01:00
parent
8104bd7a02
commit
a48e819921
@ -221,3 +221,25 @@ Flexbox utilities for horizontal alignment also exist for a number of layout opt
|
|||||||
</div>
|
</div>
|
||||||
{% endexample %}
|
{% endexample %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
## Reordering
|
||||||
|
|
||||||
|
Flexbox utilities for controlling the **visual order** of your content.
|
||||||
|
|
||||||
|
<div class="bd-example-row">
|
||||||
|
{% example html %}
|
||||||
|
<div class="container">
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-xs flex-xs-unordered">
|
||||||
|
First, but unordered
|
||||||
|
</div>
|
||||||
|
<div class="col-xs flex-xs-last">
|
||||||
|
Second, but last
|
||||||
|
</div>
|
||||||
|
<div class="col-xs flex-xs-first">
|
||||||
|
Third, but first
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
{% endexample %}
|
||||||
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user