mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
improve visual appeal of examples
This commit is contained in:
parent
964356464c
commit
6ef998628d
1 changed files with 4 additions and 4 deletions
|
@ -35,13 +35,13 @@ The media queries effect screen widths with the given breakpoint *or larger*. Fo
|
|||
## Examples
|
||||
|
||||
{% example html %}
|
||||
<div class="d-inline bg-success">d-inline</div>
|
||||
<div class="d-inline bg-success">d-inline</div>
|
||||
<div class="d-inline p-2 bg-primary text-white">d-inline</div>
|
||||
<div class="d-inline p-2 bg-dark text-white">d-inline</div>
|
||||
{% endexample %}
|
||||
|
||||
{% example html %}
|
||||
<span class="d-block bg-primary">d-block</span>
|
||||
<span class="d-block bg-primary">d-block</span>
|
||||
<span class="d-block p-2 bg-primary text-white">d-block</span>
|
||||
<span class="d-block p-2 bg-dark text-white">d-block</span>
|
||||
{% endexample %}
|
||||
|
||||
## Hiding Elements
|
||||
|
|
Loading…
Add table
Reference in a new issue