-
Notifications
You must be signed in to change notification settings - Fork 43
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 #132
The head ref may contain hidden characters: "Basic-\uC7A5\uD638\uC601-sprint1"
[장호영] Sprint1 #132
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.
스프린트 미션 따라가느라 수고 많으셨어요~👏🏻
스타일 일부가 미완성된 부분이 있는데, 다음 스프린트 미션 할 때 수정해가면서 요구사항에 맞게 맞춰가면 좋을 것 같아요.
gap: 12px; | ||
width: 100%; | ||
height: 2rem; | ||
} |
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.
vscode에서 end of line 설정해주세요.
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.
LF로 지정하면 될까요, 아니면 CRLF로 지정하면 될까요? 이전에 설정해본 적이 없어 잘 모르겠습니다.
일상의 모든 물건을 <br> | ||
거래해 보세요 | ||
</h2> | ||
<!-- <a href="/html/items.html" class="btn-large banner-btn">구경하러 가기</a> --> |
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.
필요한 주석이 아니면 제거해주세요.
--color-grey: #dfdfdf; | ||
--color-black: #4b5563; | ||
|
||
--gutter: 2.4rem; |
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 값들 변수화 하는 것 좋아요~👍
<link rel="stylesheet" href="/css/base.css"> | ||
<link rel="stylesheet" href="/css/main.css"> | ||
<link rel="stylesheet" href="/css/reset.css"> | ||
<link rel="stylesheet" href="/css/variables.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.
페이지 별로 공통적으로 필요한 base, reset, variables 파일들 관심사 별로 파일 분리해서 사용하는 것 좋아요~👍
|
||
/* layout - header */ | ||
|
||
.header { |
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.
header 스타일의 height가 요구사항보다 조금 큰 거 같은데 확인해주세요.
max-width: calc(98.8rem + var(--gutter) * 2); | ||
} | ||
|
||
.feature-card { |
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.
feature-card 안에 있는 스타일이 요구사항하고 달라서 확인해주세요.
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.
line-height 조절 및 padding-left 추가로 텍스트의 위치를 일정 부분 조정하였습니다.
스프린트 미션 페이지에 있는 템플릿과 비교해보았을 때 텍스트 옆에 있는 이미지 크기가 충분히 크게 설정하지 못하였습니다. 이 부분에 대해 추후 여쭤보고 싶습니다.
|
||
/* footer banner */ | ||
|
||
#footerBanner { |
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.
푸터 스타일이 요구사항하고 다른 부분이 있어 확인해주세요.
요구사항
기본 - 스프린트 미션 1
심화 - 스프린트 미션 1
기본 - 스프린트 미션 2
심화 - 스프린트 미션 2
주요 변경사항
스크린샷
URL 배포 사이트 : sprint-mission-hoyeong.netlify.app
멘토에게