Skip to content

Commit

Permalink
ライブサンプルの表示方法を変更
Browse files Browse the repository at this point in the history
  • Loading branch information
mfuji09 committed Dec 17, 2024
1 parent 00ef085 commit b72cff4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions files/ja/web/css/z-index/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ z-index: unset;

#### HTML

```html
```html live-sample___visually_layering_elements
<div class="wrapper">
<div class="dashed-box">破線のボックス</div>
<div class="gold-box">金色のボックス</div>
Expand All @@ -69,7 +69,7 @@ z-index: unset;

#### CSS

```css
```css live-sample___visually_layering_elements
.wrapper {
position: relative;
}
Expand Down Expand Up @@ -104,7 +104,7 @@ z-index: unset;

#### 結果

{{EmbedLiveSample('視覚的な階層を持つ要素', '550', '200')}}
{{EmbedLiveSample('Visually_layering_elements', '550', '200')}}

## 仕様書

Expand Down

0 comments on commit b72cff4

Please sign in to comment.