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

02擬似クラス「:hover」で色を変化(アニメーション初級)させる

emoji_objects
.********** {
  background: #ddd;
  transition: 1s;
}
.**********:hover {
  background: #000;
}

ヒント

-- css --
transition