[이현석] sprint2#150
Merged
dongqui merged 10 commits intocodeit-bootcamp-frontend:Basic-이현석from May 19, 2025
Hidden character warning
The head ref may contain hidden characters: "Basic-\uc774\ud604\uc11d-sprint2"
Merged
Conversation
dongqui
approved these changes
May 19, 2025
Collaborator
dongqui
left a comment
There was a problem hiding this comment.
현석님.. 거의 두 가지 미션을 한 번에 처리하신 격이네요 🤣 고생 많으셨습니다!!
시멘틱, 표준HTML에 조금만 더 신경 써주시면 더욱 좋을 거 같습니다 :)
이전 5번 6번을 제대로 구현못했었는데 제가 제대로 이해했는지 다시한번 봐주시면 감사하겠습니다!
-> 헤더 로고와 로그인 버튼의 경우 처음부터 패딩이 들어가는 것이 아니라 1920px 보다 작아질 때 부터 간격을 유지하는 것이 요구 사항입니다 :) (우선은 그냥 두셔도 괜찮을 거 같아요~!)
CSS적인 면에서 뭔가 class나 id가 너무 많아지는 것 같아 css파일 안에서 구조의사클래스로 진행하였습니다.
이런 판단은 어떻게 하면 좋을지 궁금합니다!
-> 프로젝트 성격에 따라 다를 거 같습니다! 간단하게 뚝딱뚝딱 만든다면 지금 처럼 작성하셔도 괜찮지만, 프로젝트가 계속 커진다면 재사용하기가 어려워 지겠죠!
공통 UI스타일, 혹은 유틸리티 클래스를 따로 정의하거나 컴포넌트화를 한다면, 처음에는 작성 코드가 많겠지만 이후 부터는 계속 재사용 가능합니다. 자연스레 새로 정의하는 클래스 수도 줄어들게 됩니다 :)
| </a> | ||
| </div> | ||
| </nav> | ||
|
|
| <p class="section-content">상품을 검색하세요</p> | ||
| </span> | ||
| <span> | ||
| <p class="section-subtext">구매하고 싶은 물품은 검색해서</p> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.

요구사항
기본
심화
주요 변경사항
스크린샷
멘토에게
이런 판단은 어떻게 하면 좋을지 궁금합니다!