-
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 #33
The head ref may contain hidden characters: "Basic-\uAC15\uC131\uAD6C"
[강성구] Sprint2 #33
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.
역시 성구님! 따로 코멘트 필요한 부분이 많이 없습니당👍
위에서 -> 를 말씀드린 부분이 우리 지금 한창 같이 알아보던
"접근성"과도 관련있는 부분이에요!
button태그는 스페이스, 엔터 키로 이벤트가 발생되지만
a태그는 스페이스키로 이벤트가 발생되지 않아요!
내가 의도하지 않은 방식으로 사용자 이벤트가 발생할 수 있다는 것이겠죠?
(물론 이런 일이 잘 일어나지는 않지만 그럴 수 있다는 걸 인식하고 있다는 것이 중요한 뽀인트)
항상 열심히 하시는 성구님 덕분에 저도 매번 열심히 하게되서 너무 좋아요!
마지막까지 저랑 열심히 같이 공부하고 성장합시당
이번주도 화이팅!!
@@ -151,7 +157,7 @@ footer .bottom-info{ | |||
background-color: var(--footer-color); | |||
max-width: 1920px; | |||
height: 160px; | |||
padding: 32px 200px; | |||
padding: 1.5rem 10vw; |
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.
여기서 내가 사용하기로 한 단위로 (rem 과 vw이라면 이 둘 중 하나로) 통일할 수는 없을 지 한번 더 고민해보세요!
padding 값이 직관적이지 않기 때문인데요!
만약 아무리 생각해도 저렇게 쓰는게 더 최선인 것 같다 라는 판단이 든다면 그땐 그냥 냅두세요😄
코드는 누가 뭐라든 본인만의 이유가 있다면 그게 정답입니다(아 물론 듣지 말란 소리는 아닙니다ㅎㅎ)
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에 대한 내용을 깊게 다뤄본적 없는데,
멘토님 덕분에 조금 더 가독성 있는 코드와 요소 특성을 깊게 공부하는 것 같아 항상 감사드립니다 :)
</head> | ||
<body> | ||
<header> | ||
<section class="nav"> | ||
<nav class="nav"> |
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.
goood ~~! 더욱 시멘틱 태그스러워졌습니당 👍
<a href="/" class="logo"> | ||
<img class="logo-img" src="source/images/logo/logo.png" alt="판다마켓 로고"/> | ||
</a> | ||
<button class="btn login" onclick="location.href='login'">로그인</button> | ||
</section> | ||
<button class="btn login" onclick="goAnotherPage('login/login.html')">로그인</button> |
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.
요건 react스럽군용 ㅋㅋㅋ
내 파일 내에서 페이지 이동이라면 a 태그를 사용하는 것이 더 좋은 선택일 수 있습니다!
요구사항
기본
로그인 페이지, 회원가입 페이지 공통
로그인 페이지
회원가입 페이지
심화
스크린샷
사이트 주소
멘토에게