-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathstyles.css
54 lines (49 loc) · 855 Bytes
/
styles.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
body {
background-color: #111111;
margin: 0;
padding: 0;
}
div {
display: block;
text-align: center;
}
button {
position: fixed;
top: 0;
right: 0;
z-index: 10;
border:solid 4px #3B1157;
border-radius: 5px;
background-color: #3B1157;
color: #fff;
}
button:hover {
border:solid 4px #3B0157;
background: #3B0157;
color: #fff;
}
canvas{
margin: 0 !important;
/* display:block; */
/* width: 800px;
height: 512px; */
/* margin: 0; */
/* position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
image-rendering: -moz-crisp-edges;
image-rendering: -webkit-crisp-edges;
image-rendering: pixelated; */
/* margin-top: 10px; */
/* margin-right: auto;
margin-left: auto; */
/* display: block; */
}
img{
position: fixed;
bottom: 0;
right: 0;
height: 100px;
width: 100px;
}