-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsim2.css
96 lines (81 loc) · 1.13 KB
/
sim2.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
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
84
85
86
87
88
89
90
91
92
93
94
.container {
margin-left: 20px;
}
.left {
padding:10px;
margin:10px;
-moz-user-select:none;
background-color: #262626;
width:90px;
height:60px;
text-align: center;
color:white;
border-radius: 5px;
}
.ansBox {
padding:10px;
margin:10px;
background-color: #262626;
width:90px;
height:60px;
color: white;
text-align: center;
align-content: center;
border-radius: 5px;
}
#outerdiv {
display: flex;
}
#dragndrop {
float :left;
width: 50%;
}
#ansdragndrop {
float : right;
width: 50%;
}
#anotherdiv{
width: 100%;
}
#anotherdiv{
width: 100%;
}
.reset {
align-self: center;
background-color: grey;
border: none;
color:white;
border-radius: 15px;
padding: 10px;
text-align: center;
margin: 5px;
}
.diagram_div{
align-self: center;
align-content : center;
}
.diagram_inside_div{
background-color: #262626;
padding: 10px;
}
#myDiagramDiv{
width:700px;
height:600px;
border:2px solid black;
margin: 10px;
}
input {
border-radius: 5px;
border-color: none;
color: black;
}
#rel_diagram {
border-radius: 5px;
border-color: none;
}
select option {
color: black;
}
label {
color: white;
}