diff options
author | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2021-07-18 00:16:32 +0900 |
---|---|---|
committer | potappo <potappo@gmail.com> | 2021-07-18 18:33:18 +0900 |
commit | d7fa0312fdf6d2f1abb67f7f43be8dfb33658c34 (patch) | |
tree | 9e9417612e036cbfaa3353d1f68a525d5049369b /files/ja/learn | |
parent | fd1e2435671adf89d5a2718fc7d1454828f147ae (diff) | |
download | translated-content-d7fa0312fdf6d2f1abb67f7f43be8dfb33658c34.tar.gz translated-content-d7fa0312fdf6d2f1abb67f7f43be8dfb33658c34.tar.bz2 translated-content-d7fa0312fdf6d2f1abb67f7f43be8dfb33658c34.zip |
Update files/ja/learn/forms/advanced_form_styling/index.html
Co-authored-by: potappo <potappo@gmail.com>
Diffstat (limited to 'files/ja/learn')
-rw-r--r-- | files/ja/learn/forms/advanced_form_styling/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/learn/forms/advanced_form_styling/index.html b/files/ja/learn/forms/advanced_form_styling/index.html index 472758fd61..2975953d55 100644 --- a/files/ja/learn/forms/advanced_form_styling/index.html +++ b/files/ja/learn/forms/advanced_form_styling/index.html @@ -490,7 +490,7 @@ label[for="file"]:active { box-shadow: inset 1px 1px 3px #ccc; }</pre> -<p>上記の CSS スタイル設定の結果は、下記のライブ実行の例で見ることができます (<a href="https://mdn.github.io/learning-area/html/forms/styling-examples/styled-file-picker.html">styled-file-picker.html</a> のライブと、<a href="/enhttps://github.com/mdn/learning-area/blob/master/html/forms/styling-examples/styled-file-picker.html-US/docs/">ソースコード</a>も見てください)。</p> +<p>上記の CSS スタイル設定の結果は、下記のライブ実行の例で見ることができます (<a href="https://mdn.github.io/learning-area/html/forms/styling-examples/styled-file-picker.html">styled-file-picker.html</a> のライブと、<a href="https://github.com/mdn/learning-area/blob/master/html/forms/styling-examples/styled-file-picker.html-US/docs/">ソースコード</a>も見てください)。</p> <p>{{EmbedGHLiveSample("learning-area/html/forms/styling-examples/styled-file-picker.html", '100%', 200)}}</p> |