mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-07 04:54: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
|
## Examples
|
||||||
|
|
||||||
{% example html %}
|
{% example html %}
|
||||||
<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 bg-success">d-inline</div>
|
<div class="d-inline p-2 bg-dark text-white">d-inline</div>
|
||||||
{% endexample %}
|
{% endexample %}
|
||||||
|
|
||||||
{% example html %}
|
{% example html %}
|
||||||
<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 bg-primary">d-block</span>
|
<span class="d-block p-2 bg-dark text-white">d-block</span>
|
||||||
{% endexample %}
|
{% endexample %}
|
||||||
|
|
||||||
## Hiding Elements
|
## Hiding Elements
|
||||||
|
Loading…
x
Reference in New Issue
Block a user