-
Notifications
You must be signed in to change notification settings - Fork 0
/
MMM-Tronity.css
60 lines (55 loc) · 916 Bytes
/
MMM-Tronity.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
@import url("https://use.fontawesome.com/releases/v6.1.1/css/all.css");
.dialText {
display: block;
position: absolute;
left: 33%;
width:34%;
height:150px;
top: 0;
font-size: 50px;
color: white;
text-align:center;
vertical-align:middle;
}
.leftText {
display:block;
position:absolute;
left:0;
width:33%;
top:0;
height:150px;
font-size:30px;
color:#bbbbbb;
text-align:center;
vertical-align:middle;
}
.rightText {
display:block;
position:absolute;
left:67%;
width:33%;
top:0;
height:150px;
font-size:40px;
color:#bbbbbb;
text-align:center;
vertical-align:middle;
}
.centred{
display:block;
position:absolute;
top:50%;
left:50%;
transform: translate(-50%, -50%);
line-height:0.9;
}
#can{
padding-left:50px;
width:300px;
}
#wrapper {
position: relative;
width: 400px;
height: 360px;
margin-top:18px;
}