-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
108 lines (85 loc) · 1.28 KB
/
styles.css
File metadata and controls
108 lines (85 loc) · 1.28 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
body {
position: relative;
text-align:center;
display:block;
}
button {
background:darkgray;
border:0px;
}
h1 {
font-size:22px;
margin:5px
}
h2 {
font-size:30px;
margin:5px
}
h3 {
font-size:40px;
margin:5px;
}
.main {
width:1000px;
height:500px;
background:color;
}
.job {
height:110px;
width:100%;
z-index: 1;
position: relative;
left:0;
top:475px;
background-color: white;
color: gray;
padding: 0;
}
large {
font-size:40px;
}
.core {
height:140px;
width:300px;
z-index: 1;
position: relative;
left:0;
top:280px;
background-color: gray;
color: white;
padding: 0;
}
.water {
height:200px;
width:150px;
z-index: 1;
position: relative;
left:230px;
top:0px;
display:none;
background-color: gray;
color: white;
padding: 0;
}
.watertank {
height:100px;
width:100px;
z-index: 1;
position: relative;
left:0px;
top:10px;
background-color: lightgray;
color: white;
padding: 0;
}
.tankdisplay {
height:90px;
width:100px;
z-index: 1;
position: relative;
left:0px;
top:10px;
background-color: blue;
color: white;
padding: 0;
}