diff options
| author | jonnysp <[email protected]> | 2022-10-28 09:18:43 +0200 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2022-10-29 20:31:31 -0400 |
| commit | 8fd4c3e12f9e4ca63ab2ce70d59bc620af83de09 (patch) | |
| tree | 77cddea2018160daf559e80a3f46542ff6a49451 | |
| parent | 06bed9b45af290b05fed9ec003a89af1d3baf6a4 (diff) | |
| download | bootstrap-8fd4c3e12f9e4ca63ab2ce70d59bc620af83de09.tar.xz bootstrap-8fd4c3e12f9e4ca63ab2ce70d59bc620af83de09.zip | |
Update z-index.md
changes the example. so that the effect can be seen.
| -rw-r--r-- | site/content/docs/5.2/utilities/z-index.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/site/content/docs/5.2/utilities/z-index.md b/site/content/docs/5.2/utilities/z-index.md index afd667474..7cfd22faa 100644 --- a/site/content/docs/5.2/utilities/z-index.md +++ b/site/content/docs/5.2/utilities/z-index.md @@ -17,11 +17,11 @@ We call these "low-level" `z-index` utilities because of their default values of {{< /callout >}} {{< example class="bd-example-zindex-levels position-relative" >}} -<div class="z-n1 position-absolute p-5 rounded-3"></div> -<div class="z-0 position-absolute p-5 rounded-3"></div> -<div class="z-1 position-absolute p-5 rounded-3"></div> -<div class="z-2 position-absolute p-5 rounded-3"></div> <div class="z-3 position-absolute p-5 rounded-3"></div> +<div class="z-2 position-absolute p-5 rounded-3"></div> +<div class="z-1 position-absolute p-5 rounded-3"></div> +<div class="z-0 position-absolute p-5 rounded-3"></div> +<div class="z-n1 position-absolute p-5 rounded-3"></div> {{< /example >}} ## Overlays |
