mirror of
https://github.com/jenil/chota.git
synced 2023-08-10 21:13:07 +03:00
Use combo of .row and .reverse to reverse direction
This commit is contained in:
@ -168,8 +168,8 @@
|
||||
|
||||
<hr>
|
||||
<h5>Reverse Direction</h5>
|
||||
<p>Add <code>.row-reverse</code> to the <code>.row</code> to reverse the column direction. </p>
|
||||
<div class="row row-reverse">
|
||||
<p>Add <code>.reverse</code> to the <code>.row</code> to reverse the column direction. </p>
|
||||
<div class="row reverse">
|
||||
<div class="col-6">
|
||||
<div class="card is-center">.col-6</div>
|
||||
</div>
|
||||
@ -181,7 +181,7 @@
|
||||
</div>
|
||||
</div>
|
||||
{% highlight html %}
|
||||
<div class="row row-reverse">
|
||||
<div class="row reverse">
|
||||
<div class="col-6">
|
||||
<div class="card is-center">.col-6</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user