-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patholed.css
More file actions
45 lines (40 loc) · 662 Bytes
/
oled.css
File metadata and controls
45 lines (40 loc) · 662 Bytes
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
body {
padding: 0px;
margin: 0px;
background: #2e2e2e;
color: #909090;
font: 20px arial, sans-serif;
}
#OLEDPCB{
width: 750px;
height: 770px;
background-repeat: no-repeat;
background-size: 100%;
background-image: url(http://untamed.co.uk/miscImages/oled_display.png);
}
#OLED{
margin-top: 175px;
margin-left: 10px;
abackground: #000;
aborder: 2px solid gray;
}
#textOutput{
margin-top: 6px;
font-size: 17px;
}
#display {
text-align: center;
width: 750px;
height: 770px;
abackground: green;
}
#centerer {
bottom: 0;
left: 0;
margin: auto;
position: absolute;
right: 0;
top: 0;
width: 750px;
height: 720px;
}