-
Notifications
You must be signed in to change notification settings - Fork 0
/
divpush.css
77 lines (71 loc) · 1.21 KB
/
divpush.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
header {
width: 758px;
height: 25px;
background-color: black;
margin-left: 10px;
}
button {
display: inline-block;
margin-top: 5px;
margin-bottom: 3px;
}
#sSort, #push {
margin-left: 5px;
}
p {
font-family: sans-serif;
font-size: 1.5em;
margin: 20px;
}
div {
border: 2px solid black;
margin: 2px;
display: inline-block;
font-size: 1px;
}
#factory {
width: 750px;
min-height: 750px;
border: 4px solid black;
margin-left: 10px;
}
.red {
background-color: red; }
.orange {
background-color: orange; }
.yellow {
background-color: yellow; }
.green {
background-color: green; }
.blue {
background-color: blue; }
.indigo {
background-color: indigo; }
.violet {
background-color: violet; }
.white {
background-color: white; }
.gray {
background-color: gray; }
.black {
background-color: black; }
.size0 {
height: 8px; width: 8px; }
.size1 {
height: 10px; width: 10px; }
.size2 {
height: 12px; width: 12px; }
.size3 {
height: 14px; width: 14px; }
.size4 {
height: 16px; width: 16px; }
.size5 {
height: 18px; width: 18px; }
.size6 {
height: 20px; width: 20px; }
.size7 {
height: 22px; width: 22px; }
.size8 {
height: 24px; width: 24px; }
.size9 {
height: 26px; width: 26px; }