-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsvg.css
More file actions
41 lines (35 loc) · 678 Bytes
/
svg.css
File metadata and controls
41 lines (35 loc) · 678 Bytes
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
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR&display=swap");
.video {
/* max-width: 100%; */
width:100%;
height: auto;
position: absolute;
/* 영상 좌우 반전 */
-webkit-transform:rotateY(180deg);
}
.draggable{
cursor: move;
}
.video-controls{
position: absolute;
height: auto;
}
#svg1{
position: absolute;
width:100%;
height: auto;
z-index: 1000;
cursor: crosshair;
}
#readout{
/* position: absolute; */
font-size: 30px;
font-weight: bold;
margin: 7px;
}
#input1 {
width: 300px;
height: 50px;
padding: 8px;
margin-left: 2px;
}