-
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 #5
[이율] Sprint1 #5
Conversation
|
||
/* common */ | ||
:root { | ||
--brand-blue:#3692FF; |
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 속성을 사용해 주셨군요! 좋습니다!
/* layout */ | ||
.wrap { | ||
display: grid; | ||
grid-template-rows: 70px 1fr 160px; |
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 를 활용한 부분도 좋습니다!
color: #fff; | ||
} | ||
.footer .footer-tit { | ||
font-family: Pretendard, sans-serif; |
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.
폰트는 body 에 적용하면 될 것 같습니다.
율님, 벌써 scss 를 적용해 작업해주셨군요!
또 한가지 팁을 드리자면, rem은 반응형 글꼴 크기 조정에 적합하지만 홀수를 rem으로 변환하거나 매우 큰 숫자로 작업해야 하는 경우 계산이 불편할 수 있습니다. 이 경우 rem을 사용하는 동안 친숙한 10진수에서 생각할 수 있어 62.5% 글꼴 크기 트릭을 사용하는 것이 도움이 될 수 있습니다. 구체적인 설명은 아래 링크를 참고해주세요!
|
요구사항
기본
심화
주요 변경사항
스크린샷
멘토에게