-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomplex.css
More file actions
83 lines (83 loc) · 1.26 KB
/
complex.css
File metadata and controls
83 lines (83 loc) · 1.26 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
body, textarea, button, input, select {
background-color: grey;
}
#op1 {
display: inline-flex;
height: 21px;
width: auto;
margin: auto;
}
#opt1 {
height: auto;
width: auto;
}
#output1 {
height: 21px;
width: 100%;
max-width: auto;
}
#op2 {
display: inline-flex;
height: 21px;
width: auto;
margin: auto;
}
#opt2 {
height: auto;
width: auto;
}
#output2 {
height: 21px;
width: 100%;
max-width: auto;
}
#op3 {
display: inline-flex;
height: 21px;
width: auto;
margin: auto;
}
#opt3 {
height: auto;
width: auto;
}
#output3 {
height: 21px;
width: 100%;
max-width: auto;
}
#op4 {
display: inline-flex;
height: 21px;
width: auto;
margin: auto;
}
#opt4 {
height: auto;
width: auto;
}
#output4 {
height: 21px;
width: 100%;
max-width: auto;
}
.operations {
margin: auto;
padding: 5px;
border: 5px solid black;
overflow: auto;
}
.functions {
height: 30%;
margin: auto;
padding: 5px;
border: 5px solid black;
overflow: auto;
}
.info {
height: 42%;
margin: auto;
padding: 5px;
border: 5px solid black;
overflow: auto;
}