소개
게시글
질문&답변
2021.03.09
선생님 궁금한점이 생겨서 질문드립니다
로컬환경에서는 바로 바로 나오는데 배포 된 사이트에서는 2분 이상 걸리는 것 같습니다, 혹시 어떤 방법으로 해결하면 좋을지 조언 부탁드립니다..!
- 0
- 2
- 189
질문&답변
2020.12.20
Route.get() requires a callback function but got a [object Object]
율겸님 감사합니다~
- 0
- 3
- 2.5K
질문&답변
2020.09.06
선생님 도움요청 부탁드려요
답변감사합니다 해결했습니다..^^
- 0
- 9
- 362
질문&답변
2020.09.05
선생님 도움요청 부탁드려요
소스코드입니다.
- 0
- 9
- 362
질문&답변
2020.09.05
선생님 도움요청 부탁드려요
@charset 'utf-8'; html { font-family: 'Noto Sans KR', sans-serif; font-size: 14px; } body{ /* overflow: hidden; */ color: rgb(29,29,31); letter-spacing: -0.05em; background: white; overflow-x: hidden; } p{ line-height: 1.6; } a{ color: rgb(29,29,31); text-decoration: none; } /* Nav Start */ .global-nav{ position: absolute; top: 0; left: 0; width: 100%; height: 44px; padding: 0 1em; } .local-nav{ position: absolute; top: 45px; left: 0; width: 100%; height: 52px; border-bottom: 1px solid #ddd; padding: 0 1em; } .global-nav-links, .local-nav-links{ display: flex; align-items: center; max-width: 1000px; height: 100%; margin: 0 auto; } .global-nav-links{ justify-content: space-between; } .local-nav-links .product-name{ margin-right: auto; font-size: 1.2rem; font-weight: bold; } .local-nav-links a{ font-size: 0.8rem; } .local-nav-links a:not(.product-name){ margin-left: 2em; } /* Section-Start */ .scroll-section{ padding-top: 50vh; border: 1px solid red; } #scroll-section-0 h1{ font-size: 4rem; text-align: center; } .main-message{ display: flex; align-items: center; justify-content: center; top: 35vh; margin: 5px 0; height: 3em; font-size: 2.5rem; opacity: 0; } .main-message p{ font-weight: bold; text-align: center; line-height: 1.2; } .main-message small{ display: block; margin-bottom: 0.5em; font-size: 1.2rem; } #scroll-section-2 .main-message{ font-size: 3.5rem; } .description{ max-width: 1000px; margin: 0 auto; padding: 0 1rem; font-size: 1.2rem; color: #888; } .description strong{ float: left; margin-right: 0.2em; font-size: 3rem; color: rgb(29,29,31); } .desc-message{ width: 50%; font-weight: bold; } .pin{ width: 1px; height: 100px; background: rgb(29,29,31); } #scroll-section-2 .b{ top: 10%; left: 40%; } #scroll-section-2 .c{ top: 15%; left: 45%; } .mid-message{ max-width: 1000px; margin: 0 auto; padding: 0 1rem; font-size: 2rem; color: #888; } .mid-message strong{ color: rgb(29,29,31); } .canvas-caption{ max-width: 1000px; margin: 0 auto; padding: 0 1rem; font-size: 1.2rem; color: #888; } .footer{ display: flex; align-items: center; justify-content: center; height: 7rem; } .sticky-elem{ display: none; position: fixed; left: 0; width: 100%; } #show-scene-0 #scroll-section-0 .sticky-elem, #show-scene-1 #scroll-section-1 .sticky-elem, #show-scene-2 #scroll-section-2 .sticky-elem, #show-scene-3 #scroll-section-3 .sticky-elem{ display: block; } @media (min-width: 1024px){ #scroll-section-0 h1{ font-size: 9vw; } .main-message{ font-size: 4vw; } .description { font-size: 2rem; } .description strong{ font-size: 6rem; } #scroll-section-2 .main-message{ font-size: 6vw; } .main-message small { font-size: 1.5vw; } .desc-message{ width: 20%; } #scroll-section-2 .b{ top: 20%; left: 53%; } #scroll-section-2 .c{ left: 55%; } .mid-message{ font-size: 4vw; } .canvas-caption{ font-size: 2rem; } }
- 0
- 9
- 362