diff options
author | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2021-11-11 23:27:00 +0900 |
---|---|---|
committer | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2021-11-20 22:36:28 +0900 |
commit | 3e9505ea8625b15dfee471fb77293c1379f8883d (patch) | |
tree | ead06f4108d532f4d3955ff6fba715fe15d790cb | |
parent | b6ef6d47830a2e326211e670174fe1955ad31fa7 (diff) | |
download | translated-content-3e9505ea8625b15dfee471fb77293c1379f8883d.tar.gz translated-content-3e9505ea8625b15dfee471fb77293c1379f8883d.tar.bz2 translated-content-3e9505ea8625b15dfee471fb77293c1379f8883d.zip |
20211111-CSS-Backgrounds-and-Borders-articles
-rw-r--r-- | files/ja/web/css/css_backgrounds_and_borders/resizing_background_images/index.md (renamed from files/ja/web/css/css_backgrounds_and_borders/resizing_background_images/index.html) | 2 | ||||
-rw-r--r-- | files/ja/web/css/css_backgrounds_and_borders/using_multiple_backgrounds/index.md (renamed from files/ja/web/css/css_backgrounds_and_borders/using_multiple_backgrounds/index.html) | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/files/ja/web/css/css_backgrounds_and_borders/resizing_background_images/index.html b/files/ja/web/css/css_backgrounds_and_borders/resizing_background_images/index.md index cb3f131200..d4f513ec9d 100644 --- a/files/ja/web/css/css_backgrounds_and_borders/resizing_background_images/index.html +++ b/files/ja/web/css/css_backgrounds_and_borders/resizing_background_images/index.md @@ -140,5 +140,5 @@ original_slug: Web/CSS/CSS_Backgrounds_and_Borders/Scaling_background_images <ul> <li>{{ cssxref("background-size") }}</li> <li>{{ cssxref("background") }}</li> - <li><a href="/ja/docs/Web/CSS/Scaling_of_SVG_backgrounds">SVG の背景画像の拡大縮小</a></li> + <li>[SVG の背景画像の拡大縮小](/ja/docs/Web/CSS/Scaling_of_SVG_backgrounds)</li> </ul> diff --git a/files/ja/web/css/css_backgrounds_and_borders/using_multiple_backgrounds/index.html b/files/ja/web/css/css_backgrounds_and_borders/using_multiple_backgrounds/index.md index e5a24c51d9..34cd4331fc 100644 --- a/files/ja/web/css/css_backgrounds_and_borders/using_multiple_backgrounds/index.html +++ b/files/ja/web/css/css_backgrounds_and_borders/using_multiple_backgrounds/index.md @@ -25,7 +25,7 @@ translation_of: Web/CSS/CSS_Backgrounds_and_Borders/Using_multiple_backgrounds <h2 id="Example" name="Example">例</h2> -<p>この例では、3 つの背景が重なっています。Firefox のロゴ、泡の画像、そして <a href="/ja/docs/Web/CSS/linear-gradient">linear-gradient</a> です。</p> +<p>この例では、3 つの背景が重なっています。Firefox のロゴ、泡の画像、そして [linear-gradient](/ja/docs/Web/CSS/linear-gradient) です。</p> <h3 id="HTML" name="HTML">HTML</h3> @@ -58,5 +58,5 @@ translation_of: Web/CSS/CSS_Backgrounds_and_Borders/Using_multiple_backgrounds <h2 id="See_also" name="See_also">関連情報</h2> <ul> - <li><a href="/ja/docs/CSS/Using_CSS_gradients">CSS グラデーションの利用</a></li> + <li>[CSS グラデーションの利用](/ja/docs/CSS/Using_CSS_gradients)</li> </ul> |