[260115]
- 네트워크 종속 항목 트리 - 효율적인 캐쉬 수명 사용 - 브라우저 오류가 콘솔에 로그되는 현상 제거 - 메타 설명 추가 - robots.txt 추가
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.css");
|
||||
@import url("https://fonts.googleapis.com/css2?family=Anton&family=Orbitron:wght@800&family=Staatliches&family=Tenor+Sans&display=swap");
|
||||
@font-face { font-family: "nova"; src: url("./font/NovaBySoristudio-Regular.otf") format("opentype"); font-weight: normal; font-style: normal; }
|
||||
@font-face { font-family: "solaris"; src: url("./font/Solaris-3-Script.otf") format("opentype"); font-weight: normal; font-style: normal; }
|
||||
|
||||
@@ -152,7 +150,7 @@ body {
|
||||
|
||||
|
||||
|
||||
.card__decor-acting::before { animation: bolt-spin-return 16s cubic-bezier(0.65, 0, 0.35, 1) forwards; }
|
||||
|
||||
|
||||
.solaris .section-title { font-size: 1.25rem; }
|
||||
.nova .section-title { font-size: 1.75rem; }
|
||||
@@ -174,7 +172,8 @@ body {
|
||||
.card__decor--br { bottom: 1rem; right: 1rem; }
|
||||
|
||||
.card__decor::before { content: ""; position: absolute; top: 50%; left: 50%; width: 64%; height: 1.5px; border-radius: 4px; background: #222; transform: translate(-50%, -50%) rotate(var(--r, 0deg)); transition: all 0.3s ease; }
|
||||
.card__decor.card__decor-acting::before { transform: translate(-50%, -50%) rotate(calc(var(--r, 0deg) + 45deg)); background: #000; }
|
||||
.card__decor.is-acting::before { transform: translate(-50%, -50%) rotate(calc(var(--r, 0deg) + 45deg)); background: #000; }
|
||||
.is-acting::before { animation: bolt-spin-return 16s cubic-bezier(0.65, 0, 0.35, 1) forwards; }
|
||||
|
||||
|
||||
/* keyframes */
|
||||
|
||||
Reference in New Issue
Block a user