Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
👩💻 요구 사항과 구현 내용
막연하게 js로만 구현할 수 있을 줄 알았는데 검색해보니 hover를 사용해서 css만으로도 구현이 된다는 점을 알게 되어서 너무 신기했습니다.
✅ PR 포인트 & 궁금한 점
과제 기간이 예전부터 계획한 여행이나 중요한 약속과 겹쳐서 시간이 날 때마다 조금씩 수행해서 촉박한 마음에 문제를 해결하기 위해서 깊게 생각하지 못한 점이 후회되고 너무너무 공부가 부족하다는 것을 깨달았습니다.
일단 nav 에서 세부메뉴를 띄우기 위해 (세부메뉴가 나오지 않을 때에도 ?)nav 전체의 높이를 엄청 키워서 main을 어떻게 구성해야 할 지 꼬여버려서 생각을 못했는데 nav의 높이를 어떻게 설정해야 하는지 궁금합니다.
과제를 할 때 참고를 하기 위해서 실제 텀블벅 사이트의 코드를 봤는데 복잡해서 이럴때 CSS나 JS를 어떻게 분석해야 하는 지가 궁금합니다.