-
Notifications
You must be signed in to change notification settings - Fork 35
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 #46
The head ref may contain hidden characters: "Basic-\uB098\uC724\uC8FC"
[나윤주] Sprint2 #46
Conversation
제가 스프린트 미션2 커밋을 나누지 못하고 그냥 한번에 올렸습니다. |
<div class="main-banner"> | ||
<div class="banner-background"> | ||
<div class="banner-wrap"> | ||
<div class="banner-text"> | ||
<h2 class="title">일상의 모든 물건을<br>거래해 보세요</h2> | ||
<a class="btn-lg btn-primary" href="/items">구경하러 가기</a> | ||
</div> | ||
</div> | ||
</div> | ||
</div> |
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.
다들 image
태그로 많이 하시는데 배경 이미지로 하신것은 좋은 접근법인것 같습니다 !!
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.
다들
image
태그로 많이 하시는데 배경 이미지로 하신것은 좋은 접근법인것 같습니다 !!
네 감사합니다.
<div class="section-img"> | ||
<img src="./assets/img/Img_home_01.png" alt="Hot item"> | ||
</div> |
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-img
의 width
와 height
를 없애더라도 레이아웃에는 변화가 없습니다.
img
은 width:100%
로 되어있습니다. width:100%
가 있던 없던 이미지의 레이아웃은 변하지 않습니다. 어떻게 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.
section-img
의width
와height
를 없애더라도 레이아웃에는 변화가 없습니다.img
은width:100%
로 되어있습니다.width:100%
가 있던 없던 이미지의 레이아웃은 변하지 않습니다. 어떻게img
태그는 이미지의 사이즈를 알고 있을까요?
놓치고 갔나봅니다. 다시 확인해보겠습니다^^
<section class="section sec02 reverse"> | ||
<div class="section-img"> | ||
<img src="./assets/img/Img_home_02.png" alt="Search"> | ||
</div> | ||
<div class="section-text"> | ||
<span class="label">Search</span> | ||
<h3 class="title">구매를 원하는<br>상품을 검색하세요</h3> | ||
<p class="description">구매하고 싶은 물품은 검색해서<br> | ||
쉽게 찾아보세요</p> | ||
</div> | ||
</section> |
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.
클래스 이름 재사용을 잘 하고 계시네요 !
|
||
<footer> | ||
<div class="footer-wrap"> | ||
<div class="copyright">©codeit - 2024</div> |
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
또는 span
태그가 더 적절해 보이네요 !
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
또는span
태그가 더 적절해 보이네요 !
네 수정해보겠습니다~
<h1 class="sr-only">판다마켓</h1> | ||
</a> | ||
|
||
<a href="/login" class="btn-sm btn-primary">로그인</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.
<a href="/login" class="btn-sm btn-primary">로그인</a> | |
<a href="/login.html" class="btn-sm btn-primary">로그인</a> |
.html
확장자를 붙여주어서 이동이 가능하게 만들어주세요 !
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.
.html
확장자를 붙여주어서 이동이 가능하게 만들어주세요 !
넵
<fieldset> | ||
<legend class="sr-only">판다마켓 로그인</legend> |
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.
fieldset
legend
그리고 IR기법까지 사용하셨네요 !! 👍
경력자이셔서 아주 군더더기 없이 잘 하신것 같아요 ! |
git 연습도 할 겸 , 미션 3부터는 브랜치를 나눠서 올리는것을 권장드리겠습니다 ! |
판다마켓
사이트주소: https://pandamarket-momo.netlify.app/
요구사항
기본
심화
주요 변경사항
스크린샷
멘토에게