Chapter.4テクニックを身につける

05擬似クラス「:hover」で画像(リンク有り)を拡大する

emoji_objects
.********** a {
  overflow: hidden;
}
.********** a:hover img {
  transform: scale(1.2, 1.2);
}

ヒント

-- css --
overflow
transform