-
Notifications
You must be signed in to change notification settings - Fork 79
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 #41
The head ref may contain hidden characters: "part1-\uAE40\uD61C\uC120-sprint1"
[김혜선] Sprint1 #41
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.
안녕하세요 혜선님, 미션 진행하느라 수고 하셨습니다.
전반적으로 코드가 잘 짜여져있고 실행해봤을때 브라우저에서도 잘 나오네요 👍
커밋 메세지만 약간 더 상세하게 작성해주시면 좋을것 같아요 :D
수고하셨습니다 ~
@@ -0,0 +1,158 @@ | |||
/*초기 설정*/ | |||
*{ | |||
font-family: "Pretendard"; |
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.
모든 요소의 font-family를 통일해주셨군요 👍
padding: 0; | ||
} | ||
.container{ | ||
width: 100%; |
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.
wow width와 max-width, margin 패턴을 아주 잘 활용해 주셨어요 👍
position: absolute; | ||
left: 15%; | ||
top: 50%; | ||
transform: translateY(-50%); |
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.
세로 정렬을 하기 위해 top과 transform을 활용해 주셨군요 👍
} | ||
.main_con2 .main_con_text{text-align: right;} | ||
|
||
.btm_banner{width: 100%; |
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.
여기는 줄바꿈으로 코드를 조금 정리해주세요 :D
<a href="/sub/item.html">구경하러 가기</a> | ||
</div> | ||
<div class="banner_img"> | ||
<img src="/image/main_banner.png" alt="메인 배너 이미지" class="img_responsive"> |
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.
이미지에 alt를 설정해 주셨군요 👍
<img src="/image/maincon2.png" alt="인기 상품 이미지" class="img_responsive"> | ||
</div> | ||
</section> | ||
<section class="main_con3 main_con"> |
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.
class명을 보고 혜선님인줄 이제 알았네요 ㅋㅋ
역시 경력자 시군요!
|
||
.main_con{padding: 138px 0;} | ||
.main_con .container { | ||
display: grid; |
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.
grid를 잘 활용해 주셨네요 👍
요구사항
기본
심화
주요 변경사항
스크린샷