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

01擬似クラス「:hover」で色を変化させる

.********** {
  background: #ddd;
}
.**********:hover {
  background: #000;
}