File tree Expand file tree Collapse file tree 2 files changed +16
-4
lines changed Expand file tree Collapse file tree 2 files changed +16
-4
lines changed Original file line number Diff line number Diff line change 54
54
< div >
55
55
< main >
56
56
</ main >
57
- </ div >
58
-
59
- < div >
57
+ < br >
58
+ < br >
59
+ < br >
60
+
60
61
< p > NOTES:</ p >
61
62
<!--<p>- The game uses your webcam, but will not display it unless you check a checkbox</p>-->
62
63
< p > - The game does not collect or send any information to me</ p >
63
64
< p > - Credits can be found within the tutorial</ p >
64
65
< p > - Keep the webcam pointed horizontally and in moderate lighting</ p >
65
- < p > - The game can be performance heavy, try different browsers like Chrome</ p >
66
+ < p > - Try putting the browser in fullscreen and zooming to 175%</ p >
67
+ < p > - The game can be performance heavy, try different browsers like Chrome</ p >
66
68
</ div >
67
69
68
70
</ body >
Original file line number Diff line number Diff line change 1
1
html , body {
2
2
margin : 0 ;
3
3
padding : 0 ;
4
+ background-color : black;
5
+ color : white;
4
6
}
5
7
6
8
canvas {
7
9
display : block;
8
10
}
11
+
12
+ div {
13
+ position : fixed;
14
+ top : 50% ;
15
+ left : 50% ;
16
+ margin-top : -240px ;
17
+ margin-left : -500px ;
18
+ }
You can’t perform that action at this time.
0 commit comments