-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
83 lines (71 loc) · 1.29 KB
/
style.css
File metadata and controls
83 lines (71 loc) · 1.29 KB
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
html, body {
margin: 0;
padding:0;
}
body{
background: URL("toponoisegreen.png");
background-size: cover;
}
img {
width: 50%;
padding: 10px 0px 0px 0px;
}
canvas {
display: block;
}
#sketch-holder {
/* border: 2px red solid; */
display: flex;
justify-content: center;
}
canvas {
/* display: bloc56; */
display: flex;
align-items:center;
justify-content:center;
border: 2px gray solid;
}
.info {
text-align: center;
width: 695px;
padding: 0px 5px 10px 0px;
margin: auto;
background: white;
-webkit-user-select: none; /* Safari */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* IE10+/Edge */
user-select: none; /* Standard */
}
h1 {
text-align: center;
padding: 10px;
margin: auto;
background: white;
}
p {
padding: 10px;
background: white;
text-align: left;
margin: auto;
}
ol{
background: white;
margin: auto;
text-align: left;
display: none;
}
.container {
/* background: white; */
width: 700px;
height: 50vh;
margin: auto;
border-width: 0px 75px 50vh 75px;
border-style: solid;
border-color: rgba(200, 200, 200, 0.5);
}
button {
-webkit-user-select: none; /* Safari */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* IE10+/Edge */
user-select: none; /* Standard */
}