■マウスをのせると画像が大きくなる
img { width: 300px; transition: width .2s; } img:hover { width: 400px; }