-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
74 lines (66 loc) · 1.38 KB
/
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
66
67
68
69
70
71
72
73
74
html, head, body{
margin:0;
padding:0;
color:black;
/* font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; */
/* font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
position: relative;
height: 100%;
}
h1{
font-size: 48px;
width: 70%;
margin-top:100px;
margin-left:30%;
margin-right:auto;
text-align: left;
z-index: 1;
}
.local{
width: 70%;
margin-left:30%;
margin-right:auto;
text-align: left;
z-index: 1;
}
.remote{
width: 70%;
/* margin-left:30%; */
margin-right:auto;
margin-top:30px;
z-index: 1;
}
.rightbox{
width: 85%;
padding:50px;
/* margin-left:20px;
margin-top:20px; */
background-color: #F6F6F6;
display: inline-block;
text-align: center;
}
/* .areas{
width:100%;
margin-right:auto;
margin-top:30px;
z-index: 1;
display: inline-block;
}
.space{
width: 10%;
margin:0.5%;
padding:0.5%;
z-index: 1;
background-color: #F6F6F6;
display: inline-block;
text-align: center;
height: 100px;
vertical-align: middle;
} */
/* .rssi{
font-size: 40px;
} */
.bssid{
font-size: 40px;
}