「テンプレート:テスト/style.css」の版間の差分

提供:WikiWiki
ナビゲーションに移動 検索に移動
編集の要約なし
編集の要約なし
1行目: 1行目:
:not(:target){display: none;}
div:not(:target){display: none;}
:target{display: block;}
div:target{display: block;}

2年9月13日 (W) 00:20時点における版

div:not(:target){display: none;}
div:target{display: block;}