-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathprism.css
More file actions
61 lines (61 loc) · 799 Bytes
/
prism.css
File metadata and controls
61 lines (61 loc) · 799 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
57
58
59
60
61
* {
margin: 0;
padding: 0;
box-sizing: border-box;
/* height: 100%; */
}
.world {
display: flex;
flex-direction: column;
}
.info {
display: flex;
flex-direction: row;
width: 100%;
}
.checkboxInfo {
width: 33.33%;
font-size: 15px;
height: 100px;
margin: 20px;
}
.solutions {
width: 33.33%;
font-size: 15px;
height: 100px;
margin: 20px;
}
.solutions #answer {
font-size: 20px;
}
.checkboxes {
display: flex;
flex-direction: column;
}
.checkboxes div {
margin: 5px;
}
.canvasArea {
width: 100%;
height: 618px;
}
#canvas {
height: 100%;
width: 100%;
}
.sliderInfo {
width: 33.33%;
font-size: 15px;
height: 100px;
margin: 20px;
}
.sliders {
display: flex;
flex-direction: column;
}
.sliders div {
margin: 5px;
}
.myInput {
margin: 4px;
}