■画像にマウスをのせると枠線がつく
img { border: 5px solid #fff; transition: border .2s; } img:hover { border: 5px solid #aaa; }