hover - yagisawatakuya/Wiki GitHub Wiki

:hover

アンダーラインアニメーション

https://www.nxworld.net/tips/css-hover-underline-animation-examples-and-sass-mixin.html

hover 要素以外にも効果をつける
.parent:hover > div {
	opacity: 0.5;
}
.parent:hover > div:hover {
	opacity: 1.0;
}

http://black-flag.net/css/20110331-2850.html