Skip to content

Commit 5cdf396

Browse files
committed
changed background and alignment
1 parent 798e6b5 commit 5cdf396

File tree

2 files changed

+16
-4
lines changed

2 files changed

+16
-4
lines changed

index.html

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,17 @@
5454
<div>
5555
<main>
5656
</main>
57-
</div>
58-
59-
<div>
57+
<br>
58+
<br>
59+
<br>
60+
6061
<p>NOTES:</p>
6162
<!--<p>- The game uses your webcam, but will not display it unless you check a checkbox</p>-->
6263
<p>- The game does not collect or send any information to me</p>
6364
<p>- Credits can be found within the tutorial</p>
6465
<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>
6668
</div>
6769

6870
</body>

style.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,18 @@
11
html, body {
22
margin: 0;
33
padding: 0;
4+
background-color: black;
5+
color: white;
46
}
57

68
canvas {
79
display: block;
810
}
11+
12+
div {
13+
position: fixed;
14+
top: 50%;
15+
left: 50%;
16+
margin-top: -240px;
17+
margin-left: -500px;
18+
}

0 commit comments

Comments
 (0)