-
Notifications
You must be signed in to change notification settings - Fork 1
/
start.css
82 lines (65 loc) · 1.25 KB
/
start.css
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
81
82
.title{
position: absolute;
left: 400px;
top: 100px;
font-family: Noto Sans KR;
font-style: normal;
font-weight: 100;
font-size: 30px;
line-height: 72px;
color: #000000;
}
.start-calendar{
position: absolute;
left: 200px;
top: 300px;
}
.end-calendar{
position: absolute;
left: 200px;
top: 500px;
}
.start-time{
position: absolute;
width: 480px;
height: 80px;
left: 803px;
top: 367px;
background: rgba(255, 255, 255, 0.3);
border: 3px solid #A0CD63;
box-sizing: border-box;
border-radius: 40px;
}
.end-time{
position: absolute;
width: 480px;
height: 80px;
left: 803px;
top: 468px;
background: rgba(255, 255, 255, 0.3);
border: 3px solid #A0CD63;
box-sizing: border-box;
border-radius: 40px;
}
.input-password{
position: absolute;
width: 480px;
height: 80px;
left: 803px;
top: 571px;
background: rgba(255, 255, 255, 0.3);
border: 3px solid #A0CD63;
box-sizing: border-box;
border-radius: 40px;
}
.start-button{
position: absolute;
width: 480px;
height: 80px;
left: 803px;
top: 674px;
background: #A0CD63;
border: 3px solid #A0CD63;
box-sizing: border-box;
border-radius: 40px;
}