Commit 6ef99862 authored by Mark Otto's avatar Mark Otto
Browse files

improve visual appeal of examples

parent 96435646
Showing with 4 additions and 4 deletions
+4 -4
...@@ -35,13 +35,13 @@ The media queries effect screen widths with the given breakpoint *or larger*. Fo ...@@ -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
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment