forked from SeongJaeYoon/whole_project
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcss.css
107 lines (104 loc) · 1.84 KB
/
css.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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
body{
background-color: black;
}
img{
max-width: 100%;
max-height: 100%;
height: 40vh;
width: 30vw;
margin: 10px;
border: 2px solid #FD3A3A;
}
img_div:hover{
opacity: 0.5;
}
image_1{
position: absolute;
left: 10px;
top: 10px;
}
image_2{
position: absolute;
right: 10px;
top:10px;
}
image_3{
position: absolute;
left: 10px;
bottom: 10px;
}
image_4{
position: absolute;
right: 10px;
bottom: 10px;
}
vs{
position: absolute;
top:50%;
left:50%;
transform:translate(-50%,-50%);
text-align: center;
font-size: 10vw;
color:#FFFFA1;
}
left_name{
position: absolute;
top:47%;
left:16%;
transform:translate(-50%,-50%);
text-align: center;
font-size: 1.5vW;
color: #FFFFA1;
}
right_name{
position: absolute;
top:47%;
left:84%;
transform:translate(-50%,-50%);
text-align: center;
font-size: 1.5vW;
color: #FFFFA1;
}
left_id{
position: absolute;
top:51%;
left:16%;
transform:translate(-50%,-50%);
text-align: center;
font-size: 1.5vW;
color: #FFFFA1;
}
right_id{
position: absolute;
top:51%;
left:84%;
transform:translate(-50%,-50%);
text-align: center;
font-size: 1.5vw;
color: #FFFFA1;
}
clock{
position: absolute;
top:85%;
left: 50%;
transform: translate(-50%,-50%);
text-align: center;
font-size: 3vw;
color:black;
background-color: #ECECEC;
border-right: 5vw solid #ECECEC;
border-left: 5vw solid #ECECEC;
border-top-left-radius: 5vw 3vw;
border-top-right-radius: 5vw 3vw;
border-bottom-left-radius: 5vw 3vw;
border-bottom-right-radius: 5vw 3vw;
}
stage{
position: absolute;
top:5%;
left:50%;
transform: translate(-50%,-50%);
text-align: center;
font-size: 4vw;
color:#FFFFA1;
}