mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-17 19:21:23 +03:00
docs(examples): new cheatsheet and RTL examples
This commit is contained in:
@@ -30,7 +30,7 @@ The following example shows how the clearfix can be used. Without the clearfix t
|
||||
|
||||
{{< example >}}
|
||||
<div class="bg-info clearfix">
|
||||
<button type="button" class="btn btn-secondary float-left">Example Button floated left</button>
|
||||
<button type="button" class="btn btn-secondary float-right">Example Button floated right</button>
|
||||
<button type="button" class="btn btn-secondary float-start">Example Button floated left</button>
|
||||
<button type="button" class="btn btn-secondary float-end">Example Button floated right</button>
|
||||
</div>
|
||||
{{< /example >}}
|
||||
|
||||
Reference in New Issue
Block a user