-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
53 lines (47 loc) · 895 Bytes
/
Copy pathstyle.css
File metadata and controls
53 lines (47 loc) · 895 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
46
47
48
49
50
51
52
53
@font-face
{
font-family: PressStart2P;
src: url(PressStart2P.ttf);
}
body
{
background-color: #B2B2AE;
}
.toptext
{
font-size: xx-large;
font-family: PressStart2P, Helvetica, sans-serif;
text-align: center;
}
.smalltext
{
font-family: PressStart2P, Helvetica, sans-serif;
font-size: medium;
text-align: center;
}
.calculator
{
width: 1536px;
height: 1024px;
margin-left: auto;
margin-right: auto;
border: 5px solid black;
border-right-width: 7px;
border-bottom-width: 7px;
}
.options
{
font-family: PressStart2P, Arial, Helvetica, sans-serif;
font-size: x-large;
text-align: left;
position: relative;
left: calc(50% - 768px);
}
.option
{
font-family: PressStart2P, Arial, Helvetica, sans-serif;
font-size: large;
text-align: left;
position: relative;
left: calc(50% - 700px);
}