안녕하세요.
프로젝트 1의 Intro Section 강의 동영상 10:11 쯤에 css 코딩 중 오타가 있어서 안내드립니다.
74번 코드:
#intro .intro-first-card .overlay a {
transition: hover 0.4s ease;
}
라고 설명하고 있는데, 다음과 같이 수정해 주세요.
#intro .intro-first-card .overlay a {
transition: color 0.4s ease;
}