Showing
9 changed files
with
333 additions
and
220 deletions
.vscode/settings.json
0 → 100644
... | @@ -177,4 +177,83 @@ body { | ... | @@ -177,4 +177,83 @@ body { |
177 | background-repeat: no-repeat; | 177 | background-repeat: no-repeat; |
178 | } | 178 | } |
179 | /* 그라디언트 배경 */ | 179 | /* 그라디언트 배경 */ |
180 | - | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
180 | + | ||
181 | +/* text fade in */ | ||
182 | +@import url(https://fonts.googleapis.com/css?family=Raleway:400,900,500,600,700); | ||
183 | + | ||
184 | +.animated{ | ||
185 | + -webkit-animation-fill-mode:both; | ||
186 | + -webkit-animation-duration:2s; | ||
187 | + animation-duration:2s; | ||
188 | +} | ||
189 | +.animated2{ | ||
190 | + animation-delay:.5s; | ||
191 | + -webkit-animation-delay:.5s; | ||
192 | + -webkit-animation-fill-mode:both; | ||
193 | + -webkit-animation-duration:2s; | ||
194 | + animation-duration:2s; | ||
195 | +} | ||
196 | +@-webkit-keyframes fadeOutUp { | ||
197 | + 0% { | ||
198 | + opacity: 0; | ||
199 | + -webkit-transform: translateY(1); | ||
200 | + -webkit-transform: translateY(40px); | ||
201 | + } 100% { | ||
202 | + opacity: 1; | ||
203 | + } | ||
204 | +} | ||
205 | + | ||
206 | +.fadeOutUp { | ||
207 | + -webkit-animation-name: fadeOutUp; | ||
208 | + animation-name: fadeOutUp; | ||
209 | +} | ||
210 | + | ||
211 | +.fadeIn { | ||
212 | + -webkit-animation-name: fadeIn; | ||
213 | + animation-name: fadeIn; | ||
214 | +} | ||
215 | + | ||
216 | +@-webkit-keyframes fadeIn { | ||
217 | + 0%{ | ||
218 | + opacity: 0; | ||
219 | + -webkit-transform: translateY(1); | ||
220 | + -webkit-transform: translateY(40px); | ||
221 | + } | ||
222 | + 100% { | ||
223 | + opacity: 1; | ||
224 | + } | ||
225 | +} | ||
226 | +/* text fade in */ | ||
227 | + | ||
228 | + | ||
229 | + | ||
230 | + | ||
231 | + | ||
232 | + | ||
233 | +/* 텍스트 */ | ||
234 | +#p1 { | ||
235 | + font-size: 50px; | ||
236 | + color: rgb(0, 0, 0); | ||
237 | + font-family: Noto Sans KR; | ||
238 | + text-align: center; | ||
239 | +} | ||
240 | +#p2{ | ||
241 | + font-size: 20px; | ||
242 | + color: rgb(0, 0, 0); | ||
243 | + font-family: Noto Sans KR; | ||
244 | + text-align: center; | ||
245 | +} | ||
246 | +#p3{ | ||
247 | + font-size: 15px; | ||
248 | + color: rgb(0, 0, 0); | ||
249 | + font-family: Noto Sans KR; | ||
250 | + text-align: center; | ||
251 | +} | ||
252 | +#p4{ | ||
253 | + font-size: 15px; | ||
254 | + color: rgb(0, 0, 0); | ||
255 | + font-family: Noto Sans KR; | ||
256 | + text-align: center; | ||
257 | +} | ||
258 | + | ||
259 | +/* 텍스트 */ | ||
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
... | @@ -9,50 +9,75 @@ | ... | @@ -9,50 +9,75 @@ |
9 | <link rel="stylesheet" href="/EMO-SSAGE/emossage.css"> | 9 | <link rel="stylesheet" href="/EMO-SSAGE/emossage.css"> |
10 | <script src="/EMO-SSAGE/emossage.js" type="text/javascript"></script> | 10 | <script src="/EMO-SSAGE/emossage.js" type="text/javascript"></script> |
11 | <link rel="icon" type="image/x-icon" href="/src/rainbow_1f308.png"> | 11 | <link rel="icon" type="image/x-icon" href="/src/rainbow_1f308.png"> |
12 | + <meta name="viewport" content="width=device-width, initial-scale=1"><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css"> | ||
12 | <style> | 13 | <style> |
14 | + | ||
15 | + | ||
13 | body { | 16 | body { |
14 | - background-image: url("emossage-03.png"); | ||
15 | - background-repeat: no-repeat; | ||
16 | - background-size: 100%; | ||
17 | font-family: Noto Sans KR, regular; | 17 | font-family: Noto Sans KR, regular; |
18 | text-align: center; | 18 | text-align: center; |
19 | } | 19 | } |
20 | - | 20 | + |
21 | - h1 { | ||
22 | - font-size: 50px; | ||
23 | - } | ||
24 | - | ||
25 | - p1 { | ||
26 | - font-size: 24px; | ||
27 | - } | ||
28 | - | ||
29 | - p2 { | ||
30 | - font-size: 14px | ||
31 | - } | ||
32 | - | ||
33 | - p2.small { | ||
34 | - line-height: 0.7; | ||
35 | - } | ||
36 | </style> | 21 | </style> |
37 | - <div style="height: 100px; overflow: auto"> | 22 | + |
38 | - </div> | ||
39 | - | ||
40 | 23 | ||
41 | </head> | 24 | </head> |
42 | 25 | ||
26 | +<body style="margin: 0 auto"> | ||
27 | +<!-- 큰 묶음은 배경임 --> | ||
28 | +<div id="gradient-bg"> | ||
29 | + <!-- 내비게이션 --> | ||
30 | + <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"><!--bootstrap--> | ||
31 | + <!--css link--> | ||
32 | + <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"><!--for icons--> | ||
33 | + <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script><!--jquery script--> | ||
34 | + <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script><!--bootstrap script--> | ||
35 | + | ||
36 | + <body id="page-top"> | ||
37 | + <!--creating a navigation bar--> | ||
38 | + <nav id="main-nav" class="navbar navbar-default navbar-fixed-top navbar-custom"><!--navigation bar with default view fixed on top specific class nav-bar custom--> | ||
39 | + <div class="container"><!--gives padding of 16px on LHS and RHS--> | ||
40 | + <div class="navbar-header page-scroll"><!--navigation bar header having proprty to scroll --> | ||
41 | + <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> | ||
42 | + <span></span> Menu <i class="fa fa-bars"></i> | ||
43 | + </button> | ||
44 | + </div><!--end of button--> | ||
45 | + <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"><!--to collapse--> | ||
46 | + <ul class="nav navbar-nav"> | ||
47 | + <li><a href="/index.html">Home</a></li> | ||
48 | + </ul> | ||
49 | + <ul class="nav navbar-nav navbar-right page-scroll"><!--second UL to go to right having proprty to scroll page--> | ||
50 | + <li> <a href="/About Us/About Us.html">About Us</a></li> | ||
51 | + <li><a href="/EMOJI-HUMAN/EMOJI-HUMAN.html">EMOJI-HUMAN</a></li> | ||
52 | + <li><a href="/EMO-TI/EMO-TI.html">EMO-TI</a></li> | ||
53 | + <li><a href="/EMO-SSAGE/EMO-SSAGE.html">EMO-SSAGE</a></li> | ||
54 | + </ul> | ||
55 | + </div> | ||
56 | + </div> | ||
57 | + </nav> | ||
58 | + <!-- 내비게이션 --> | ||
59 | + | ||
60 | + | ||
43 | <body> | 61 | <body> |
44 | <form action="#"> | 62 | <form action="#"> |
63 | + <br> | ||
64 | + <br> | ||
65 | + <br> | ||
66 | + <br> | ||
67 | + <br> | ||
68 | + <p id="p1" class="animated fadeOutUp"> EMOJI + MESSAGE = EMOSSAGE</p> | ||
69 | + <br> | ||
70 | + <p id="p2" class="animated fadeOutUp">Emossage는 이모지 중심 메세지입니다</p> | ||
45 | 71 | ||
46 | - <header> | 72 | + <br> |
47 | - <h1>Message + EMOJI<span>= Emossage</span></h1> | 73 | + <br> |
48 | - <p1>Emoti는 이모지 중심 메세지입니다</p1> | 74 | + <br> |
49 | - <br> | 75 | + <p id="p3" class="animated2 fadeIn">글자 중 일부가 이모지로 변환됩니다</p> |
50 | - <p2> | 76 | + <p id="p4" class="animated2 fadeIn">여러분만의 이모지 편지를 적어보세요</p> |
51 | - <p class="small"> 글자 중 일부가 이모지로 변환됩니다.<br> | 77 | + |
52 | - 여러분만의 이모지 편지를 적어보세요<br> | 78 | + |
53 | - </p2> | 79 | + |
54 | - </p> | 80 | + |
55 | - </header> | ||
56 | 81 | ||
57 | <!-- <div> | 82 | <!-- <div> |
58 | <label class="desc" id="title1" for="Field1">Full Name</label> | 83 | <label class="desc" id="title1" for="Field1">Full Name</label> |
... | @@ -95,4 +120,8 @@ | ... | @@ -95,4 +120,8 @@ |
95 | </div> | 120 | </div> |
96 | 121 | ||
97 | </form> | 122 | </form> |
123 | + | ||
124 | +</div> | ||
125 | +<script src="/index.js"></script> | ||
126 | +<!-- 큰 묶음은 배경임 --> | ||
98 | </body> | 127 | </body> |
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
This diff is collapsed. Click to expand it.
1 | +:root { | ||
2 | + --FACE_WIDTH: 450px; | ||
3 | + --FACE_HEIGHT: 450px; | ||
4 | + --SHINE_WIDTH: calc(calc(194/230) * var(--FACE_WIDTH)); | ||
5 | + --SHINE_HEIGHT: calc(calc(206/230) * var(--FACE_HEIGHT)); | ||
6 | + --EYE_WIDTH: calc(calc(24/230) * var(--FACE_WIDTH)); | ||
7 | + --EYE_HEIGHT: calc(calc(38/230) * var(--FACE_HEIGHT)); | ||
8 | + --EYE_LEFT_RIGHT: calc(calc(70/230) * var(--FACE_WIDTH)); | ||
9 | + --EYE_LEFT_BOTTOM: calc(calc(40/230) * var(--FACE_HEIGHT)); | ||
10 | + --EYE_RIGHT_BOTTOM: calc(calc(40/230) * var(--FACE_HEIGHT)); | ||
11 | + --EYE_RIGHT_LEFT: calc(calc(70/230) * var(--FACE_WIDTH)); | ||
12 | + --MOUTH_TOP: calc(calc(88/230) * var(--FACE_HEIGHT)); | ||
13 | + --MOUTH_WIDTH: calc(calc(94/230) * var(--FACE_WIDTH)); | ||
14 | + --MOUTH_HEIGHT: calc(calc(48/230) * var(--FACE_HEIGHT)); | ||
15 | + --MOUTH_BEFORE_BOTTOM: calc(calc(10/230) * var(--FACE_HEIGHT)); | ||
16 | + --MOUTH_AFTER_BOTTOM: calc(calc(26/230) * var(--FACE_HEIGHT)); | ||
17 | +} | ||
18 | + | ||
19 | +/* 이모지 얼굴 */ | ||
20 | +body { | ||
21 | + display: flex; | ||
22 | + align-items: center; | ||
23 | + justify-content: center; | ||
24 | + height: 100vh; | ||
25 | + } | ||
26 | + | ||
27 | + #emoji { | ||
28 | + position: relative; | ||
29 | + width: var(--FACE_WIDTH); | ||
30 | + height: var(--FACE_HEIGHT); | ||
31 | + transform: translate3d(0, 0, 0); | ||
32 | + } | ||
33 | + | ||
34 | + .layer { | ||
35 | + position: absolute; | ||
36 | + width: 100%; | ||
37 | + height: 100%; | ||
38 | + } | ||
39 | + | ||
40 | + .face { | ||
41 | + position: absolute; | ||
42 | + top: 0; | ||
43 | + right: 0; | ||
44 | + bottom: 0; | ||
45 | + left: 0; | ||
46 | + margin: auto; | ||
47 | + width: var(--FACE_WIDTH); | ||
48 | + height: var(--FACE_HEIGHT); | ||
49 | + background-color: #FECA32; | ||
50 | + border-radius: 100%; | ||
51 | + box-shadow: inset rgba(0, 0, 0, 0.4) 0 0 30px; | ||
52 | + } | ||
53 | + | ||
54 | + .shine { | ||
55 | + position: absolute; | ||
56 | + top: 0; | ||
57 | + right: 0; | ||
58 | + bottom: 0; | ||
59 | + left: 0; | ||
60 | + margin: auto; | ||
61 | + width: var(--SHINE_WIDTH); | ||
62 | + height: var(--SHINE_HEIGHT); | ||
63 | + background: linear-gradient(to bottom, #FFFFFF, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0)); | ||
64 | + border-radius: 100%; | ||
65 | + opacity: 0.8; | ||
66 | + } | ||
67 | + | ||
68 | + .eye { | ||
69 | + width: var(--EYE_WIDTH); | ||
70 | + height: var(--EYE_HEIGHT); | ||
71 | + background-color: #A1620F; | ||
72 | + border-radius: 100%; | ||
73 | + box-shadow: inset rgba(0, 0, 0, 0.5) 0 6px 12px, rgba(255, 255, 255, 0.2) 0 2px 0 2px; | ||
74 | + -webkit-animation: blink 5s infinite; | ||
75 | + animation: blink 5s infinite; | ||
76 | + } | ||
77 | + .eye.left { | ||
78 | + position: absolute; | ||
79 | + top: 0; | ||
80 | + right: var(--EYE_LEFT_RIGHT); | ||
81 | + bottom: var(--EYE_LEFT_BOTTOM); | ||
82 | + left: 0; | ||
83 | + margin: auto; | ||
84 | + } | ||
85 | + .eye.right { | ||
86 | + position: absolute; | ||
87 | + top: 0; | ||
88 | + right: 0; | ||
89 | + bottom: var(--EYE_RIGHT_BOTTOM); | ||
90 | + left: var(--EYE_RIGHT_LEFT); | ||
91 | + margin: auto; | ||
92 | + } | ||
93 | + | ||
94 | + .mouth { | ||
95 | + position: absolute; | ||
96 | + top: var(--MOUTH_TOP); | ||
97 | + right: 0; | ||
98 | + bottom: 0; | ||
99 | + left: 0; | ||
100 | + margin: auto; | ||
101 | + overflow: hidden; | ||
102 | + width: var(--MOUTH_WIDTH); | ||
103 | + height: var(--MOUTH_HEIGHT); | ||
104 | + transform: translate3d(0, 0, 0); | ||
105 | + } | ||
106 | + .mouth:before { | ||
107 | + position: absolute; | ||
108 | + top: 0; | ||
109 | + right: 0; | ||
110 | + bottom: var(--MOUTH_BEFORE_BOTTOM); | ||
111 | + left: 0; | ||
112 | + margin: auto; | ||
113 | + content: ""; | ||
114 | + width: 100%; | ||
115 | + height: 100%; | ||
116 | + background-color: #6E440B; | ||
117 | + border-radius: 100%; | ||
118 | + box-shadow: rgba(255, 255, 255, 0.25) 0 3px 0; | ||
119 | + transform: scale(1); | ||
120 | + } | ||
121 | + .mouth:after { | ||
122 | + position: absolute; | ||
123 | + top: 0; | ||
124 | + right: 0; | ||
125 | + bottom: var(--MOUTH_AFTER_BOTTOM); | ||
126 | + left: 0; | ||
127 | + margin: auto; | ||
128 | + content: ""; | ||
129 | + width: calc(100% - 20px); | ||
130 | + height: 100%; | ||
131 | + background-color: #FECA32; | ||
132 | + border-radius: 100%; | ||
133 | + box-shadow: rgba(0, 0, 0, 0.8) 0 4px 4px -4px; | ||
134 | + transform-origin: 50% 100%; | ||
135 | + transform: scale(1.6); | ||
136 | + } | ||
137 | + | ||
138 | + @-webkit-keyframes blink { | ||
139 | + 0%, 96% { | ||
140 | + transform: scaleY(1); | ||
141 | + } | ||
142 | + 98% { | ||
143 | + transform: scaleY(0.1); | ||
144 | + } | ||
145 | + 100% { | ||
146 | + transform: scaleY(1); | ||
147 | + } | ||
148 | + } | ||
149 | + | ||
150 | + @keyframes blink { | ||
151 | + 0%, 96% { | ||
152 | + transform: scaleY(1); | ||
153 | + } | ||
154 | + 98% { | ||
155 | + transform: scaleY(0.1); | ||
156 | + } | ||
157 | + 100% { | ||
158 | + transform: scaleY(1); | ||
159 | + } | ||
160 | + } | ||
161 | + /* 이모지 얼굴 */ | ||
162 | + | ||
1 | /* 내비 */ | 163 | /* 내비 */ |
2 | body { | 164 | body { |
3 | font-family: Noto Sans Kr, Bold; | 165 | font-family: Noto Sans Kr, Bold; | ... | ... |
... | @@ -42,5 +42,30 @@ | ... | @@ -42,5 +42,30 @@ |
42 | </div> | 42 | </div> |
43 | </nav> | 43 | </nav> |
44 | <!-- 내비게이션 --> | 44 | <!-- 내비게이션 --> |
45 | + | ||
46 | + <!-- 이모지 얼굴 --> | ||
47 | + <div style="width: 100%; display: flex; justify-content: space-around; margin: 0; position: absolute; top: 50%; -ms-transform: translateY(-50%); transform: translateY(-50%); z-index: 2;"> | ||
48 | + <ul id="emoji"> | ||
49 | + <li class="layer" data-depth="0.2"> | ||
50 | + <div class="face"></div> | ||
51 | + </li> | ||
52 | + <li class="layer" data-depth="0.3"> | ||
53 | + <div class="shine"></div> | ||
54 | + </li> | ||
55 | + <li class="layer" data-depth="0.8"> | ||
56 | + <div class="eye left"></div> | ||
57 | + </li> | ||
58 | + <li class="layer" data-depth="0.8"> | ||
59 | + <div class="eye right"></div> | ||
60 | + </li> | ||
61 | + <li class="layer" data-depth="0.8"> | ||
62 | + <div class="mouth"></div> | ||
63 | + </li> | ||
64 | + </ul> | ||
65 | + | ||
66 | + <script src='https://cdnjs.cloudflare.com/ajax/libs/parallax/2.1.3/parallax.min.js'></script><script src="/face.js"></script> | ||
67 | +</div> | ||
68 | +<!-- 이모지 얼굴 --> | ||
69 | + | ||
45 | 70 | ||
46 | </body> | 71 | </body> | ... | ... |
... | @@ -116,167 +116,7 @@ | ... | @@ -116,167 +116,7 @@ |
116 | } | 116 | } |
117 | /*-----------배경 그라디언트-----------*/ | 117 | /*-----------배경 그라디언트-----------*/ |
118 | 118 | ||
119 | -:root { | ||
120 | - --FACE_WIDTH: 450px; | ||
121 | - --FACE_HEIGHT: 450px; | ||
122 | - --SHINE_WIDTH: calc(calc(194/230) * var(--FACE_WIDTH)); | ||
123 | - --SHINE_HEIGHT: calc(calc(206/230) * var(--FACE_HEIGHT)); | ||
124 | - --EYE_WIDTH: calc(calc(24/230) * var(--FACE_WIDTH)); | ||
125 | - --EYE_HEIGHT: calc(calc(38/230) * var(--FACE_HEIGHT)); | ||
126 | - --EYE_LEFT_RIGHT: calc(calc(70/230) * var(--FACE_WIDTH)); | ||
127 | - --EYE_LEFT_BOTTOM: calc(calc(40/230) * var(--FACE_HEIGHT)); | ||
128 | - --EYE_RIGHT_BOTTOM: calc(calc(40/230) * var(--FACE_HEIGHT)); | ||
129 | - --EYE_RIGHT_LEFT: calc(calc(70/230) * var(--FACE_WIDTH)); | ||
130 | - --MOUTH_TOP: calc(calc(88/230) * var(--FACE_HEIGHT)); | ||
131 | - --MOUTH_WIDTH: calc(calc(94/230) * var(--FACE_WIDTH)); | ||
132 | - --MOUTH_HEIGHT: calc(calc(48/230) * var(--FACE_HEIGHT)); | ||
133 | - --MOUTH_BEFORE_BOTTOM: calc(calc(10/230) * var(--FACE_HEIGHT)); | ||
134 | - --MOUTH_AFTER_BOTTOM: calc(calc(26/230) * var(--FACE_HEIGHT)); | ||
135 | -} | ||
136 | 119 | ||
137 | -/* 이모지 얼굴 */ | ||
138 | -body { | ||
139 | - display: flex; | ||
140 | - align-items: center; | ||
141 | - justify-content: center; | ||
142 | - height: 100vh; | ||
143 | - } | ||
144 | - | ||
145 | - #emoji { | ||
146 | - position: relative; | ||
147 | - width: var(--FACE_WIDTH); | ||
148 | - height: var(--FACE_HEIGHT); | ||
149 | - transform: translate3d(0, 0, 0); | ||
150 | - } | ||
151 | - | ||
152 | - .layer { | ||
153 | - position: absolute; | ||
154 | - width: 100%; | ||
155 | - height: 100%; | ||
156 | - } | ||
157 | - | ||
158 | - .face { | ||
159 | - position: absolute; | ||
160 | - top: 0; | ||
161 | - right: 0; | ||
162 | - bottom: 0; | ||
163 | - left: 0; | ||
164 | - margin: auto; | ||
165 | - width: var(--FACE_WIDTH); | ||
166 | - height: var(--FACE_HEIGHT); | ||
167 | - background-color: #FECA32; | ||
168 | - border-radius: 100%; | ||
169 | - box-shadow: inset rgba(0, 0, 0, 0.4) 0 0 30px; | ||
170 | - } | ||
171 | - | ||
172 | - .shine { | ||
173 | - position: absolute; | ||
174 | - top: 0; | ||
175 | - right: 0; | ||
176 | - bottom: 0; | ||
177 | - left: 0; | ||
178 | - margin: auto; | ||
179 | - width: var(--SHINE_WIDTH); | ||
180 | - height: var(--SHINE_HEIGHT); | ||
181 | - background: linear-gradient(to bottom, #FFFFFF, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0)); | ||
182 | - border-radius: 100%; | ||
183 | - opacity: 0.8; | ||
184 | - } | ||
185 | - | ||
186 | - .eye { | ||
187 | - width: var(--EYE_WIDTH); | ||
188 | - height: var(--EYE_HEIGHT); | ||
189 | - background-color: #A1620F; | ||
190 | - border-radius: 100%; | ||
191 | - box-shadow: inset rgba(0, 0, 0, 0.5) 0 6px 12px, rgba(255, 255, 255, 0.2) 0 2px 0 2px; | ||
192 | - -webkit-animation: blink 5s infinite; | ||
193 | - animation: blink 5s infinite; | ||
194 | - } | ||
195 | - .eye.left { | ||
196 | - position: absolute; | ||
197 | - top: 0; | ||
198 | - right: var(--EYE_LEFT_RIGHT); | ||
199 | - bottom: var(--EYE_LEFT_BOTTOM); | ||
200 | - left: 0; | ||
201 | - margin: auto; | ||
202 | - } | ||
203 | - .eye.right { | ||
204 | - position: absolute; | ||
205 | - top: 0; | ||
206 | - right: 0; | ||
207 | - bottom: var(--EYE_RIGHT_BOTTOM); | ||
208 | - left: var(--EYE_RIGHT_LEFT); | ||
209 | - margin: auto; | ||
210 | - } | ||
211 | - | ||
212 | - .mouth { | ||
213 | - position: absolute; | ||
214 | - top: var(--MOUTH_TOP); | ||
215 | - right: 0; | ||
216 | - bottom: 0; | ||
217 | - left: 0; | ||
218 | - margin: auto; | ||
219 | - overflow: hidden; | ||
220 | - width: var(--MOUTH_WIDTH); | ||
221 | - height: var(--MOUTH_HEIGHT); | ||
222 | - transform: translate3d(0, 0, 0); | ||
223 | - } | ||
224 | - .mouth:before { | ||
225 | - position: absolute; | ||
226 | - top: 0; | ||
227 | - right: 0; | ||
228 | - bottom: var(--MOUTH_BEFORE_BOTTOM); | ||
229 | - left: 0; | ||
230 | - margin: auto; | ||
231 | - content: ""; | ||
232 | - width: 100%; | ||
233 | - height: 100%; | ||
234 | - background-color: #6E440B; | ||
235 | - border-radius: 100%; | ||
236 | - box-shadow: rgba(255, 255, 255, 0.25) 0 3px 0; | ||
237 | - transform: scale(1); | ||
238 | - } | ||
239 | - .mouth:after { | ||
240 | - position: absolute; | ||
241 | - top: 0; | ||
242 | - right: 0; | ||
243 | - bottom: var(--MOUTH_AFTER_BOTTOM); | ||
244 | - left: 0; | ||
245 | - margin: auto; | ||
246 | - content: ""; | ||
247 | - width: calc(100% - 20px); | ||
248 | - height: 100%; | ||
249 | - background-color: #FECA32; | ||
250 | - border-radius: 100%; | ||
251 | - box-shadow: rgba(0, 0, 0, 0.8) 0 4px 4px -4px; | ||
252 | - transform-origin: 50% 100%; | ||
253 | - transform: scale(1.6); | ||
254 | - } | ||
255 | - | ||
256 | - @-webkit-keyframes blink { | ||
257 | - 0%, 96% { | ||
258 | - transform: scaleY(1); | ||
259 | - } | ||
260 | - 98% { | ||
261 | - transform: scaleY(0.1); | ||
262 | - } | ||
263 | - 100% { | ||
264 | - transform: scaleY(1); | ||
265 | - } | ||
266 | - } | ||
267 | - | ||
268 | - @keyframes blink { | ||
269 | - 0%, 96% { | ||
270 | - transform: scaleY(1); | ||
271 | - } | ||
272 | - 98% { | ||
273 | - transform: scaleY(0.1); | ||
274 | - } | ||
275 | - 100% { | ||
276 | - transform: scaleY(1); | ||
277 | - } | ||
278 | - } | ||
279 | - /* 이모지 얼굴 */ | ||
280 | 120 | ||
281 | /* 내비 */ | 121 | /* 내비 */ |
282 | body { | 122 | body { | ... | ... |
... | @@ -45,30 +45,9 @@ | ... | @@ -45,30 +45,9 @@ |
45 | </nav> | 45 | </nav> |
46 | <!-- 내비게이션 --> | 46 | <!-- 내비게이션 --> |
47 | 47 | ||
48 | - | 48 | + <div style="float: left; width: 100%;"> |
49 | - <!-- 이모지 얼굴 --> | 49 | + <img src="/src/3d_crossword-01.png" style="display: block; margin: 0 auto; width: 750px; height:750px;"> |
50 | - <div style="width: 100%; display: flex; justify-content: space-around; margin: 0; position: absolute; top: 50%; -ms-transform: translateY(-50%); transform: translateY(-50%); z-index: 2;"> | ||
51 | - <ul id="emoji"> | ||
52 | - <li class="layer" data-depth="0.2"> | ||
53 | - <div class="face"></div> | ||
54 | - </li> | ||
55 | - <li class="layer" data-depth="0.3"> | ||
56 | - <div class="shine"></div> | ||
57 | - </li> | ||
58 | - <li class="layer" data-depth="0.8"> | ||
59 | - <div class="eye left"></div> | ||
60 | - </li> | ||
61 | - <li class="layer" data-depth="0.8"> | ||
62 | - <div class="eye right"></div> | ||
63 | - </li> | ||
64 | - <li class="layer" data-depth="0.8"> | ||
65 | - <div class="mouth"></div> | ||
66 | - </li> | ||
67 | - </ul> | ||
68 | - | ||
69 | - <script src='https://cdnjs.cloudflare.com/ajax/libs/parallax/2.1.3/parallax.min.js'></script><script src="/face.js"></script> | ||
70 | </div> | 50 | </div> |
71 | - <!-- 이모지 얼굴 --> | ||
72 | 51 | ||
73 | <!-- 이모지 레인 --> | 52 | <!-- 이모지 레인 --> |
74 | <div style="z-index: 1;"> | 53 | <div style="z-index: 1;"> | ... | ... |
-
Please register or login to post a comment