diff options
Diffstat (limited to 'files/ja/web/css/gap')
-rw-r--r-- | files/ja/web/css/gap/index.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/files/ja/web/css/gap/index.md b/files/ja/web/css/gap/index.md index 8d9de3c7ef..7a2899adfc 100644 --- a/files/ja/web/css/gap/index.md +++ b/files/ja/web/css/gap/index.md @@ -74,7 +74,7 @@ gap: unset; ## 例 -<h3 id="Flex_layout">フレックスレイアウト</h3> +### フレックスレイアウト #### HTML @@ -113,7 +113,7 @@ gap: unset; {{EmbedLiveSample("Flex_layout", "auto", "120px")}} -<h3 id="Grid_layout">グリッドレイアウト</h3> +### グリッドレイアウト #### HTML @@ -151,7 +151,7 @@ gap: unset; {{EmbedLiveSample("Grid_layout", "auto", "120px")}} -<h3 id="Multi-column_layout">段組みレイアウト</h3> +### 段組みレイアウト #### HTML @@ -187,4 +187,4 @@ gap: unset; ## 関連情報 - 関連する CSS プロパティ: {{CSSxRef("row-gap")}}, {{CSSxRef("column-gap")}} -- グリッドレイアウトガイド: _[グリッドレイアウトの基本概念 - 溝](/ja/docs/Web/CSS/CSS_Grid_Layout/Basic_Concepts_of_Grid_Layout#gutters)_ +- グリッドレイアウトガイド: [グリッドレイアウトの基本概念 - 溝](/ja/docs/Web/CSS/CSS_Grid_Layout/Basic_Concepts_of_Grid_Layout#gutters) |