forked from CDOrtona/MQTT_WebSocket_Javascript_Client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsensors-style.css
67 lines (55 loc) · 1.12 KB
/
sensors-style.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
.peripheral-info {
margin-left: auto;
margin-right: auto;
width: 70%;
padding-right: 10px;
padding-left: 10px;
}
.sensors-list {
margin-left: auto;
margin-right: auto;
margin-top: 30px;
margin-bottom: 15px;
width: 70%;
padding-right: 10px;
padding-left: 10px;
color: black;
}
.grid-container {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-gap: 50px;
}
.grid-container > div {
height: auto;
height: auto;
/*background-color: white;*/
}
/*card which contains sensor info*/
.card {
height: 230px;
width: 250px;
background-color: white;
}
/*card shadow*/
.card {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
text-align: center;
}
.container {
font-family: 'Times New Roman', Times, serif;
margin-top: 40px;
}
#sensor-image {
width: 100px;
height: 100px;
margin-top: 25px;
align-self: center;
}
.copyright {
margin-top:15px;
text-align:center;
font-size:13px;
color:rgb(0, 0, 0);
margin-bottom:0;
}