mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-23 13:43:11 +02:00
improve visual appeal of examples
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user