-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcheck.css
More file actions
56 lines (52 loc) · 765 Bytes
/
check.css
File metadata and controls
56 lines (52 loc) · 765 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
* {
box-sizing: border-box;
}
body {
margin: 0;
font-family: Arial;
font-size: 17px;
}
#set{
position: fixed;
right: 0;
background: rgba(0, 0, 0, 0.5);
color: #f1f1f1;
min-width: 100%;
min-height: 100%;
padding: 20px;
}
#bet{
text-align:center;
color:white;
padding:20px;
margin:20px;
}
#jet{
text-align:center;
color:white;
margin:20px;
}
#get{
text-align:center;
color:white;
}
#set2{
text-align:center;
margin-top:100px;
}
#result{
text-align:center;
white-space: pre-line;
color:black;
font-size: 20px;
margin: auto;
justify-content: center;
float: left;
}
#myVideo {
position: fixed;
right: 0;
bottom: 0;
min-width: 100%;
min-height: 100%;
}