-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[김희성] sprint1+2 #23
The head ref may contain hidden characters: "basic-\uAE40\uD76C\uC131-sprint1"
[김희성] sprint1+2 #23
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
전반적으로 너무 잘 짜주셨습니다!
클래스나 id 명명 규칙도 잘 지켜주셔서 읽기 편했습니다.
다양한 선택자를 사용해주셨는데요!
그에 대한 개인적인 피드백만 추가했습니다.
정말 잘해주셨습니다 :)
width: 100%; | ||
} | ||
|
||
.containor { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
container 에서 오타가 났네요. ㅎㅎ
gap: 5%; | ||
} | ||
|
||
.head-img1 { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
img1, img2 같이 애매하게 쓰기 보다는, logo-img, logo-text-img 같이 이미지에 대한 간단한 설명을 할 수 있으면 좋겠습니다!
border-color: var(--inputfocuscolor); | ||
} | ||
|
||
.pass-containor > a img{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
이 부분이나 다양한 부분에서 선택자를 자식 선택자와 자손 선택자를 사용하셨는데요!
협업 단계 + 복잡한 프로젝트로 가면 이게 상상치 못한 side effect 를 일으킬 수 있습니다.
예를 들어 div p 으로 div 속의 모든 p 태그에 스타일을 적용했는데, 다른 p 요소를 추가할 때마다 모두 스타일을 적용받게 됩니다.
또한 선택자 간의 적용 우선순위가 있는데, 사용하는 선택자 종류가 많아지면 이것도 부작용을 일으킬 수 있습니다.
저는 협업 단계에서는 id 와 클래스만 사용합니다.
회원가입 버튼처럼 고유할 수 있는 요소는 id, 그 외에 중복될 수 있는 요소는 클래스를 줘서, 해당 요소가 어떤 요소인지 설명하는 기능도 할 수 있습니다. ( id 와 클래스명으로 )
이 경우, 클래스 명으로 toggle-visibility-button 등으로 주면 html 코드 상에서 이 버튼에 대한 설명도 되고 좋을 것 같습니다!
요구사항 (스프린트 미션1)
기본
심화
기본
심화
스크린샷
멘토에게
-https://voluble-moxie-3153e3.netlify.app/