Spaces:
Sleeping
Sleeping
Update monitor.html
Browse files- monitor.html +19 -8
monitor.html
CHANGED
@@ -7,18 +7,28 @@
|
|
7 |
<style>
|
8 |
body {
|
9 |
font-family: Arial, sans-serif;
|
10 |
-
|
11 |
-
color: #
|
12 |
margin: 0;
|
13 |
padding: 0;
|
14 |
}
|
15 |
-
h1
|
16 |
-
|
17 |
-
color:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
}
|
19 |
ul {
|
20 |
list-style-type: none;
|
21 |
-
padding-left:
|
|
|
|
|
|
|
22 |
}
|
23 |
li {
|
24 |
margin: 5px 0;
|
@@ -26,13 +36,14 @@
|
|
26 |
p {
|
27 |
margin: 5px 0;
|
28 |
padding-left: 20px;
|
|
|
29 |
}
|
30 |
.container {
|
31 |
max-width: 800px;
|
32 |
margin: 0 auto;
|
33 |
padding: 20px;
|
34 |
-
background-color: #ffffff;
|
35 |
-
border-radius:
|
36 |
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
|
37 |
}
|
38 |
</style>
|
|
|
7 |
<style>
|
8 |
body {
|
9 |
font-family: Arial, sans-serif;
|
10 |
+
text-align: center;
|
11 |
+
background-color: #f0f0f0;
|
12 |
margin: 0;
|
13 |
padding: 0;
|
14 |
}
|
15 |
+
h1 {
|
16 |
+
background-color: #4CAF50;
|
17 |
+
color: white;
|
18 |
+
padding: 20px;
|
19 |
+
margin: 0;
|
20 |
+
border-bottom: 2px solid #388E3C;
|
21 |
+
}
|
22 |
+
h2 {
|
23 |
+
color: #4CAF50;
|
24 |
+
margin-top: 20px;
|
25 |
}
|
26 |
ul {
|
27 |
list-style-type: none;
|
28 |
+
padding-left: 0;
|
29 |
+
margin: 0 auto;
|
30 |
+
max-width: 600px;
|
31 |
+
text-align: left;
|
32 |
}
|
33 |
li {
|
34 |
margin: 5px 0;
|
|
|
36 |
p {
|
37 |
margin: 5px 0;
|
38 |
padding-left: 20px;
|
39 |
+
text-align: left;
|
40 |
}
|
41 |
.container {
|
42 |
max-width: 800px;
|
43 |
margin: 0 auto;
|
44 |
padding: 20px;
|
45 |
+
background-color: #ffffff;
|
46 |
+
border-radius: 5px;
|
47 |
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
|
48 |
}
|
49 |
</style>
|