-
Notifications
You must be signed in to change notification settings - Fork 21
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
[김태훈] sprint3 #55
The head ref may contain hidden characters: "Basic-\uAE40\uD0DC\uD6C8"
[김태훈] sprint3 #55
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.
태훈님 고생하셨습니다!
이전 리뷰들도 다 반영이 되었군요. 좋습니다 :)
<p class="section_content_p2">인기 상품을<br> 확인해보세요</p> | ||
<p class="section_content_p3">가장 HOT한 중고거래 물품을<br> 판다 마켓에서 확인해보세요</p> | ||
<img class="section-content" src="images/Img_home_01.png" alt="Hot item 그림"> | ||
<div class="section-content-p-box"> |
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.
kebab-case 로 잘 변경해주셨군요! 좋습니다.
@@ -84,25 +85,25 @@ | |||
@codeit - 2024 | |||
</div> | |||
<div class="footer-kid2"> | |||
<a class="footer-kid-a cursor_pointer" href="privacy.html"> | |||
<a class="footer-kid-a cursor-pointer" href="/privacy"> |
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.
오 이것도 반영 잘해주셨군요 너무 좋습니다 :)
Privacy Policy | ||
</a> | ||
<a class="footer-kid-a cursor_pointer" href="faq.html"> | ||
<a class="footer-kid-a cursor-pointer" href="/FAQ"> |
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.
폴더 이름은 소문자로 해주셔도 좋습니다!
<link | ||
rel="stylesheet" | ||
as="style" | ||
crossorigin | ||
href="https://cdn.jsdelivr.net/gh/orioncactus/[email protected]/dist/web/static/pretendard.min.css" | ||
/> | ||
<link rel="stylesheet" href="styles/global.css" /> | ||
<link rel="stylesheet" href="../styles/home.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.
👍
@@ -0,0 +1,19 @@ | |||
:root { |
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.
오 이것도 잘 반영해주셨네요~ 좋습니다! 이렇게 분리해서 사용하는 습관 좋습니다.
} | ||
|
||
|
||
@media (min-width: 375px) and (max-width: 766px) { |
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.
미디어 쿼리를 잘 써주셌네요 좋습니다!
반응형이 이런부분이 조금 복잡합니다. 그래도 잘 넣어주셨네요 :)
padding: 32px 10px; | ||
} | ||
|
||
.footer-kid1 { |
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.
kid 보다는 child 가 더 많이 쓰이는 명명입니다!
요구사항
기본
공통
PC: 1200px 이상
Tablet: 768px 이상 ~ 1199px 이하
Mobile: 375px 이상 ~ 767px 이하
375px 미만 사이즈의 디자인은 고려하지 않습니다.
랜딩페이지
로그인, 회원가입 페이지 공통
심화
주요 변경사항
스크린샷
멘토에게