사용자가 "강조" 클래스로 p 요소를 가리키면 배경색 변경 '빛 푸른색'으로 말이야.

코드

p.highlight:hover {
  background-color:lightblue;
}

실행결과