「利用者:芯/サンドボックス/4/イ.css」の版間の差分

提供:WikiWiki
ナビゲーションに移動 検索に移動
(ページの作成:「.red{ color: red; }」)
 
編集の要約なし
1行目: 1行目:
.red{
.beginning:hover {
color: red;
display:none;
}
.full{
display:none;
}
.full:hover{
display:inline;
}
}

2年1月19日 (来) 16:19時点における版

.beginning:hover {
	display:none;
}
.full{
	display:none;
}
.full:hover{
	display:inline;
}