-
Notifications
You must be signed in to change notification settings - Fork 46
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
[전정민]Sprint2 #127
The head ref may contain hidden characters: "Basic-\uC804\uC815\uBBFC-sprint2"
[전정민]Sprint2 #127
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.
고생많으셨습니다! PR 잘 올려주셨어요 ㅎㅎ
근데 체크하신 구현 사항과 실제 코드가 상이한것같아요.
코드에서는 login 페이지가 Empty file 로 올라왔는데 이게 맞나요??
다시 한 번 확인 부탁드릴게요~
@import "reset.css"; | ||
|
||
:root { | ||
--default100: #374151; |
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.
css 변수 설정 잘 해주셨네요! 👍
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.
혹시 맥북으로 하는 첫 프로젝트 셋팅이신가요?
.DS_Store 파일은 보안상 올리지 않는 편이 좋습니다.
아래 블로그 글에 해결 방법이 잘 정리되어 있으니 참고하셔서 제거해주세요!
</div> | ||
</section> | ||
|
||
<section class="main-cont"> |
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.
classname 지을 때 단어가 너무 길면 약어를 쓰기도 하지만, 지금 같은 경우에는 그렇게 길지 않은 단어라 굳이 줄이지 않아도 좋을 것 같아요. 개발자마다 약어를 정하는 방법이 가지각색이라 혼동의 여지가 있을 수 있어서요!
</section> | ||
|
||
<section class="main-cont"> | ||
<div class="wrap rvrs"> |
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.
여기 Rvrs 는 무엇을 의미하는건가요? 그리고 중간에 하이픈이 빠진 것 같습니다. classname 지으실 땐 유지보수성을 위해 가급적 하나의 스타일로 통일해주시는게 좋습니다~!
<section class="main-cont"> | ||
<div class="wrap rvrs"> | ||
<div class="cont-img"> | ||
<img src="images/landing/Img_home_02.png" alt="" /> |
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.
img 태그 쓰실 땐 가급적 alt 속성 값을 채워주세요~!
</section> | ||
</main> | ||
|
||
<footer> |
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.
section, main, header, footer 등 시맨틱 태그를 잘 사용해주셨네요!
.ds_stroe 제거하시면 머지하려고 했는데 일단 지금 머지할게요! |
요구사항
기본
심화
주요 변경사항
스크린샷
멘토에게