mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-30 22:52:24 +01:00
improve visual appeal of examples
This commit is contained in:
parent
964356464c
commit
6ef998628d
@ -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…
x
Reference in New Issue
Block a user