Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
신경써서 구현한 부분
CSS
px=>rem으로 변경하여 너비, 높이에 따라 유연하게 반응하도록 함,1rem는25px로 설정.max-width를 여러 경우로 나눠서html의px을 변경해줌.max-width가710px이 되면 기존의inner에flex-direction : row가flex-direction : column으로 변경.default.css에 모아둠.710px 이하인 경우
핸드폰 화면 정도의 작은 경우에 대해 고려한 부분입니다. 앱 느낌처럼 하려고 노력해봤습니다!
loginForm은 사라지고 로그인 버튼만 보임.loginForm이 보임.toggle설정나머지
hover,active를 써서 좀 더 꾸며봤습니다.질문
좀 더 개선할 수 있는 부분이 있다면 많은 리뷰 부탁 드립니다!😄