diff options
-rw-r--r-- | files/ja/web/css/_colon_target/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/css/_colon_target/index.md b/files/ja/web/css/_colon_target/index.md index 5d6bd6286a..b506045d7d 100644 --- a/files/ja/web/css/_colon_target/index.md +++ b/files/ja/web/css/_colon_target/index.md @@ -87,7 +87,7 @@ p:target i { ### 純粋な CSS のライトボックス -`:target` 擬似クラスを使用して JavaScript を使わずにライトボックスを作成することができます。この技術はページ内の最初は非表示の要素をリンクを作ることができることを利用しています。いったん対象となれば、 CSS で `display` を変更して表示させます。 +`:target` 擬似クラスを使用して JavaScript を使わずにライトボックスを作成することができます。このテクニックはページ内の最初は非表示の要素にリンクを作ることができることを利用しています。いったん対象となれば、 CSS で `display` を変更して表示させます。 > **Note:** `:target` 擬似クラスを使用した純粋な CSS のライトボックスのもっと完全な版は、 [GitHub で利用できます](https://github.com/madmurphy/takefive.css/) ([デモ](https://madmurphy.github.io/takefive.css/))。 |