-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
80 lines (80 loc) · 1.61 KB
/
index.css
File metadata and controls
80 lines (80 loc) · 1.61 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
"Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
min-height: 100vh;
/* display: flex; */
justify-content: center;
align-items: center;
}
.wrapper {
margin: 0;
padding: 0;
}
.baseground {
height: 100%;
min-width: 700px;
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
animation: fadeIn 2s;
background-image: url(https://source.unsplash.com/category/nature/1600x900);
background-size: cover; /*크기 비율을 유지한 상태에서 부모 요소의 width, height 중 큰값에 배경이미지를 맞춘다*/
background-position: center;
background-repeat: no-repeat;
}
.clockContainer{
display: inherit;
margin: 200px auto;
width: 665px;
position: relative;
text-align: center;
color: #fff;
line-height: 1;
}
#tickDay{
font-weight: 500;
position: absolute;
left: -45px;
}
#ticktok{
cursor: wait;
display: block;
font-size: 700%;
letter-spacing: -5px;
font-weight: 500;
padding: 0;
margin: 0;
text-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
.grettingContainer{
width: 100%;
position: relative;
}
.formContainer{
display: inherit;
width: 660px;
margin: 0px auto;
}
.noShow{
display: none;
}
#user_name{
width: 100%;
padding-top: 4px;
background: 0;
border: 0;
border-bottom: 2px solid #fff;
color: #fff;
font-size: 2.25em;
line-height: 1.2;
font-weight: 500;
text-align: center;
outline: none;
transition: #fff .2s ease;
}