-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
64 lines (62 loc) · 3.23 KB
/
style.css
File metadata and controls
64 lines (62 loc) · 3.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
@charset "utf-8";
@font-face {
font-family: 'Pretendard';
font-weight: 300;
font-style: normal;
font-display: block;
src: url('./CSSPUB/view/css/com/font/Pretendard-Light.subset.woff2') format('woff2'),
url('./CSSPUB/view/css/com/font/Pretendard-Light.subset.woff') format('woff');
}
@font-face {
font-family: 'Pretendard';
font-weight: 400;
font-style: normal;
font-display: block;
src: url('./CSSPUB/view/css/com/font/Pretendard-Regular.subset.woff2') format('woff2'),
url('./CSSPUB/view/css/com/font/Pretendard-Regular.subset.woff') format('woff');
}
@font-face {
font-family: 'Pretendard';
font-weight: 500;
font-style: normal;
font-display: block;
src: url('./CSSPUB/view/css/com/font/Pretendard-Medium.subset.woff2') format('woff2'),
url('./CSSPUB/view/css/com/font/Pretendard-Medium.subset.woff') format('woff');
}
@font-face {
font-family: 'Pretendard';
font-weight: 600;
font-style: normal;
font-display: block;
src: url('./CSSPUB/view/css/com/font/Pretendard-SemiBold.subset.woff2') format('woff2'),
url('./CSSPUB/view/css/com/font/Pretendard-SemiBold.subset.woff') format('woff');
}
@font-face {
font-family: 'Pretendard';
font-weight: 700;
font-style: normal;
font-display: block;
src: url('./CSSPUB/view/css/com/font/Pretendard-Bold.subset.woff2') format('woff2'),
url('./CSSPUB/view/css/com/font/Pretendard-Bold.subset.woff') format('woff');
}
/* reset */
*, :before, :after {box-sizing: border-box;}
html, body, div, span, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, address, cite, code, del, em, img, strike, strong, sub, sup, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, option, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, section, time, mark, audio, video {margin: 0; padding: 0; border: 0; vertical-align: baseline;}
html {-webkit-text-size-adjust: none; -webkit-tap-highlight-color: transparent;}
body {text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; font-family: 'Pretendard', Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif; font-weight: 400;}
a {background-color: transparent; text-decoration: none; outline: none;}
a:hover, a:focus, a:active, a:visited {text-decoration: none;}
img {border-style: none;}
html, body {height: 100%;}
.door {height: 100%; text-align: center;}
.task {display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 100px; height: 100%; text-align: left;}
.task * {line-height: 1.4; color: #000;}
.task a {position: relative;}
.task a:after {content: ''; position: absolute; bottom: 3px; left: 0; right: 0; height: 1px; background-color: #000;}
.task h1 {display: block; margin-bottom: 20px; text-align: right; line-height: 1.2; font-size: 72px; font-weight: 600;}
.task h1 > span {display: block; font-size: 18px;}
.task strong {padding-right: 12px; font-size: 20px; font-weight: 600;}
.task a {font-size: 20px; font-weight: 600;}
.task > div > div {display: block; text-align: right; margin-bottom: 8px;}
.blank {opacity: 0;}
.ready {opacity: .4;}